X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=f5826f31b660711d5612737b32f9e8d2c73538ad;hb=e9e81be2ffe4c08e52ccd9609838ffddab0ed6f2;hp=4a8f70540ed12702a4536f4b87f452d2f46cf03f;hpb=2041a9143fac20b79ead4a1ae01224dedf5b27c2;p=freeside.git diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 4a8f70540..f5826f31b 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -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
";