r15764 - gnucash/branches/2.0 - Reenable search for Voucher Owner. Fixes #410511.

Derek Atkins warlord at cvs.gnucash.org
Fri Mar 30 17:55:46 EDT 2007


Author: warlord
Date: 2007-03-30 17:55:45 -0400 (Fri, 30 Mar 2007)
New Revision: 15764
Trac: http://svn.gnucash.org/trac/changeset/15764

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/src/business/business-gnome/dialog-invoice.c
Log:
Reenable search for Voucher Owner.  Fixes #410511.

In the "Find Expense Voucher" search dialog one cannot search for
voucher owners because of this typo.

Merge from r15641.



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14348
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14349
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/src/business/business-gnome/dialog-invoice.c
===================================================================
--- gnucash/branches/2.0/src/business/business-gnome/dialog-invoice.c	2007-03-30 21:55:29 UTC (rev 15763)
+++ gnucash/branches/2.0/src/business/business-gnome/dialog-invoice.c	2007-03-30 21:55:45 UTC (rev 15764)
@@ -2284,7 +2284,7 @@
   }
   if (emp_params == NULL) {
     emp_params = gnc_search_param_prepend (emp_params,
-					   _("Voucher Owner"), type,
+					   _("Voucher Owner"), NULL, type,
 					   INVOICE_OWNER, NULL);
     emp_params = gnc_search_param_prepend (emp_params,
 					   _("Voucher Notes"), NULL, type,



More information about the gnucash-changes mailing list