Skip to content

Commit

Permalink
In find customer dialog, add a column for "Shipping Contact" parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
YtxCash committed Jul 10, 2021
1 parent 0061e21 commit 002b391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnucash/gnome/dialog-customer.c
Expand Up @@ -930,6 +930,8 @@ gnc_customer_search (GtkWindow *parent, GncCustomer *start, QofBook *book)
/* Build the column list in reverse order */
if (columns == NULL)
{
columns = gnc_search_param_prepend (columns, _("Shipping Contact"), NULL, type,
CUSTOMER_SHIPADDR, ADDRESS_NAME, NULL);
columns = gnc_search_param_prepend (columns, _("Contact"), NULL, type,
CUSTOMER_ADDR, ADDRESS_NAME, NULL);
columns = gnc_search_param_prepend (columns, _("Company"), NULL, type,
Expand Down

0 comments on commit 002b391

Please sign in to comment.