From 341f4019b022364366a94e5c30b558dd4fb33b73 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 4 Jun 2010 09:38:32 +0000 Subject: [PATCH] Bug #618954: Add a column "Due" to the invoice search results list. Patch by "scar". git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19228 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-gnome/dialog-invoice.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/business/business-gnome/dialog-invoice.c b/src/business/business-gnome/dialog-invoice.c index c2fcb27deb..f46edbeedd 100644 --- a/src/business/business-gnome/dialog-invoice.c +++ b/src/business/business-gnome/dialog-invoice.c @@ -2525,6 +2525,8 @@ gnc_invoice_search (GncInvoice *start, GncOwner *owner, QofBook *book) 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,