mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
3b9544b380
commit
341f4019b0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user