mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Yi TianXing's 'remove_FindCustomerDialog_Parameter_ShippingContact' into maint.
This commit is contained in:
@@ -930,6 +930,8 @@ gnc_customer_search (GtkWindow *parent, GncCustomer *start, QofBook *book)
|
|||||||
/* Build the column list in reverse order */
|
/* Build the column list in reverse order */
|
||||||
if (columns == NULL)
|
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,
|
columns = gnc_search_param_prepend (columns, _("Contact"), NULL, type,
|
||||||
CUSTOMER_ADDR, ADDRESS_NAME, NULL);
|
CUSTOMER_ADDR, ADDRESS_NAME, NULL);
|
||||||
columns = gnc_search_param_prepend (columns, _("Company"), NULL, type,
|
columns = gnc_search_param_prepend (columns, _("Company"), NULL, type,
|
||||||
|
|||||||
Reference in New Issue
Block a user