From 002b391836a211756f92a9baef0a69ee97596dfc Mon Sep 17 00:00:00 2001 From: TianXing-Yi Date: Sat, 10 Jul 2021 20:02:32 +0800 Subject: [PATCH] In find customer dialog, add a column for "Shipping Contact" parameter --- gnucash/gnome/dialog-customer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnucash/gnome/dialog-customer.c b/gnucash/gnome/dialog-customer.c index f356bfa172..560b54060c 100644 --- a/gnucash/gnome/dialog-customer.c +++ b/gnucash/gnome/dialog-customer.c @@ -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,