X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=f5826f31b660711d5612737b32f9e8d2c73538ad;hb=e9e81be2ffe4c08e52ccd9609838ffddab0ed6f2;hp=f9c80d82d86963221ae0280699d7045f7ff518ed;hpb=1dc993241b373c27f019db21fdfea6a6466a3b45;p=freeside.git diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index f9c80d82d..f5826f31b 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -71,7 +71,7 @@ print header("Customer $action", '', ' onUnload="myclose()"'); print qq!Error: !, $error, "" if $error; -print qq!
!, +print qq!!, qq!!, qq!Customer # !, ( $custnum ? "$custnum" : " (NEW)" ), @@ -168,8 +168,8 @@ print "

Billing address", &itable("#cccccc"), < , - + , + END @@ -181,10 +181,10 @@ if ( $conf->exists('show_ss') ) { print < -Company -${r}Address -${r}City${r}State +Company +${r}Address +${r}City${r}State END #false laziness with ship state @@ -203,12 +203,14 @@ my($county_html, $state_html, $country_html) = print "$county_html $state_html"; -print qq!${r}Zip!; +print qq!${r}Zip!; my($daytime,$night,$fax)=( $cust_main->daytime, $cust_main->night, $cust_main->fax, + '', + 'changed(this)', ); my $daytime_label = FS::Msgcat::_gettext('daytime') || 'Day Phone'; @@ -216,9 +218,9 @@ my $night_label = FS::Msgcat::_gettext('night') || 'Night Phone'; print <${r}Country$country_html -$daytime_label -$night_label -Fax +$daytime_label +$night_label +Fax END print "${r}required fields
"; @@ -564,7 +566,7 @@ END my $otaker = $cust_main->otaker; print qq!!, - qq!
!, "", ;