X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=57dc3597a45d31a749fd1cadd42c0c0a213f0e68;hb=b3205ddf480401284a5fc4ccbcb45d9c42b0bcf9;hp=efe04fa7fe95182716f7671967427988ff7ffb79;hpb=aa1cf7baab0b0d06af3eacd29c06d982e401da89;p=freeside.git diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index efe04fa7f..57dc3597a 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -1,5 +1,5 @@ <% include('/elements/header.html', - "Customer $action", + $title, '', ' onUnload="myclose()"' #hmm, in billing.html ) %> @@ -313,8 +313,8 @@ my $error = $cgi->param('error'); $cgi->delete_all(); $cgi->param('error', $error); -my $action = $custnum ? 'Edit' : 'Add'; -$action .= ": ". $cust_main->name if $custnum; +my $title = $custnum ? 'Edit Customer' : 'Add Customer'; +$title .= ": ". $cust_main->name if $custnum; my $r = qq!* !;