From f3c4bc88460be7576d81b9ca234b421950f48c01 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Apr 2007 02:04:21 +0000 Subject: per-customer invoice terms override --- httemplate/edit/cust_main.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/edit/cust_main.cgi') 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' % ) { % -- cgit v1.2.1