X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=80fec935944b64ea18ba0e187d311bbade740247;hp=144d5405c2efa5757fb1488715ff25e1954ab04d;hb=36197f0e2889826ddb9a64790150c7c232ba1afb;hpb=f98eec7448db3869808e0154969588f0f2e4098d diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 144d5405c..80fec9359 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -70,7 +70,11 @@ my $action = $custnum ? 'Edit' : 'Add'; -<%= header("Customer $action", '', ' onUnload="myclose()"') %> +<%= include('/elements/header.html', + "Customer $action", + '', + ' onUnload="myclose()"' +) %> <% if ( $error ) { %> Error: <%= $error %> @@ -271,7 +275,8 @@ function bottomfixup(what) { var billing_bottomvars = new Array( 'tax', - 'invoicing_list', 'invoicing_list_POST', 'invoicing_list_FAX' + 'invoicing_list', 'invoicing_list_POST', 'invoicing_list_FAX', + 'spool_cdr' ); for ( f=0; f < topvars.length; f++ ) { @@ -348,7 +353,8 @@ function copyelement(from, to) { 'paid', 'tax', - 'invoicing_list', 'invoicing_list_POST', 'invoicing_list_FAX' + 'invoicing_list', 'invoicing_list_POST', 'invoicing_list_FAX', + 'spool_cdr' ) { %>