X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-invoice.html;h=434042c9b31c251712f206a932a6bbb3b61f781c;hp=3728d348de63628bc7bf22f0a1af047377b3d950;hb=85aeb9ff889959bb3f6c91e318ef856833efd504;hpb=36294346ecad5db4fd4e48bc9a66cacbc6a1a6a2 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 %> - +