diff options
author | ivan <ivan> | 2007-04-05 02:04:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-05 02:04:21 +0000 |
commit | f3c4bc88460be7576d81b9ca234b421950f48c01 (patch) | |
tree | 350d09578975ad8a4be06aec2a2792c0ba38c377 /httemplate/edit/cust_main.cgi | |
parent | 16527189e68b0636f4b39849f45063422ac47ba5 (diff) |
per-customer invoice terms override
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index a843772d2..2c3123ccb 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -313,6 +313,7 @@ function bottomfixup(what) { var billing_bottomvars = new Array( 'tax', 'invoicing_list', 'invoicing_list_POST', 'invoicing_list_FAX', + 'invoice_terms', 'spool_cdr' ); @@ -392,6 +393,7 @@ function copyelement(from, to) { % % 'tax', % 'invoicing_list', 'invoicing_list_POST', 'invoicing_list_FAX', +% 'invoice_terms', % 'spool_cdr' % ) { % |