AUDIT: r15641 - gnucash/trunk/src/business/business-gnome - Reenable	search for Voucher Owner. Fixes #410511.
    Andreas Köhler 
    andi5 at cvs.gnucash.org
       
    Wed Feb 21 14:50:33 EST 2007
    
    
  
Author: andi5
Date: 2007-02-21 14:50:31 -0500 (Wed, 21 Feb 2007)
New Revision: 15641
Trac: http://svn.gnucash.org/trac/changeset/15641
Modified:
   gnucash/trunk/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.
BP
Modified: gnucash/trunk/src/business/business-gnome/dialog-invoice.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2007-02-21 18:46:44 UTC (rev 15640)
+++ gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2007-02-21 19:50:31 UTC (rev 15641)
@@ -2275,7 +2275,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