X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Fcontact.html;h=211e22c9241b40789d6ba43b78299207b5b16729;hb=2e3e6de0d79ef4503d124283aa30259c01212530;hp=c0989e22b858401b7d281d6cf49bc4657f1a8df4;hpb=113d47ee6ca162ee0adb5bd2a74b59cc56b7f8a9;p=freeside.git diff --git a/httemplate/edit/cust_main/contact.html b/httemplate/edit/cust_main/contact.html index c0989e22b..211e22c92 100644 --- a/httemplate/edit/cust_main/contact.html +++ b/httemplate/edit/cust_main/contact.html @@ -29,6 +29,7 @@ % } +% unless ( $conf->exists('cust-edit-alt-field-order') ) { Company @@ -69,6 +70,50 @@ +% } else { + + + <% $daytime_label %> + + <%$style%>> + + + + + <% $night_label %> + + <%$style%>> + + + +<% include('/elements/location.html', + 'prefix' => $pre, + 'object' => $cust_main, + 'onchange' => $onchange, + 'disabled' => $disabled, + 'style' => \@style, + 'same_checked' => $opt{'same_checked'}, + 'geocode' => $opt{'geocode'}, + 'censustract' => $opt{'censustract'}, + ) +%> + + + Fax + + <%$style%>> + + + + + Company + + <%$style%>> + + + +% } + % if ( $conf->exists('show_stateid') && !$pre ) {