From aa2cb98c347122ca883cfe428edf3919f59fc3d5 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Wed, 18 Jul 2018 10:50:35 -0400 Subject: RT# 34134 - updated UI experience --- httemplate/elements/tr-select-invoice.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'httemplate/elements/tr-select-invoice.html') diff --git a/httemplate/elements/tr-select-invoice.html b/httemplate/elements/tr-select-invoice.html index 3728d348d..434042c9b 100644 --- a/httemplate/elements/tr-select-invoice.html +++ b/httemplate/elements/tr-select-invoice.html @@ -5,7 +5,11 @@ Example: include( '/elements/tr-select-invoice.html', #opt - most get used in /elements/tr-amount-fee - 'custnum' => 4, # customer number, + 'cust_main' => $cust_main, # cust_main, + 'status' => 'open' # type of invoices to show. Possible values are: + # open - shows only open invoices + # void - shows only voided invoices + # all - shows all invoices, this is default if no status is set. 'prefix' => 'pre', # prefix to fields and row ID's ) @@ -13,14 +17,14 @@ Example: <% mt('Open invoices') |h %> - +