r19228 - gnucash/trunk/src/business/business-gnome - Bug #618954: Add a column "Due" to the invoice search results list.

Christian Stimming cstim at code.gnucash.org
Fri Jun 4 05:38:32 EDT 2010


Author: cstim
Date: 2010-06-04 05:38:32 -0400 (Fri, 04 Jun 2010)
New Revision: 19228
Trac: http://svn.gnucash.org/trac/changeset/19228

Modified:
   gnucash/trunk/src/business/business-gnome/dialog-invoice.c
Log:
Bug #618954: Add a column "Due" to the invoice search results list.

Patch by "scar".

Modified: gnucash/trunk/src/business/business-gnome/dialog-invoice.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2010-06-04 09:38:20 UTC (rev 19227)
+++ gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2010-06-04 09:38:32 UTC (rev 19228)
@@ -2525,6 +2525,8 @@
         columns = gnc_search_param_prepend_with_justify (columns, _("Paid"),
                   GTK_JUSTIFY_CENTER, NULL, type,
                   INVOICE_IS_PAID, NULL);
+        columns = gnc_search_param_prepend (columns, _("Due"), NULL, type,
+                                            INVOICE_DUE, NULL);
         columns = gnc_search_param_prepend (columns, _("Posted"), NULL, type,
                                             INVOICE_POSTED, NULL);
         columns = gnc_search_param_prepend (columns, _("Company"), NULL, type,



More information about the gnucash-changes mailing list