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
This commit is contained in:
Christian Stimming 2010-06-04 09:38:32 +00:00
parent 3b9544b380
commit 341f4019b0

View File

@ -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,