[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.76,
1.77
Ivan,,,
ivan at wavetail.420.am
Wed Apr 4 19:04:23 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv22070/httemplate/edit
Modified Files:
cust_main.cgi
Log Message:
per-customer invoice terms override
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main.cgi,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- cust_main.cgi 14 Feb 2007 23:32:22 -0000 1.76
+++ cust_main.cgi 5 Apr 2007 02:04:21 -0000 1.77
@@ -313,6 +313,7 @@
var billing_bottomvars = new Array(
'tax',
'invoicing_list', 'invoicing_list_POST', 'invoicing_list_FAX',
+ 'invoice_terms',
'spool_cdr'
);
@@ -392,6 +393,7 @@
%
% 'tax',
% 'invoicing_list', 'invoicing_list_POST', 'invoicing_list_FAX',
+% 'invoice_terms',
% 'spool_cdr'
% ) {
%
More information about the freeside-commits
mailing list