From: levinse Date: Fri, 3 Jun 2011 04:41:45 +0000 (+0000) Subject: configurable alternate field order for cust edit, RT13102 X-Git-Tag: freeside_2_1_3~178 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=2e3e6de0d79ef4503d124283aa30259c01212530;p=freeside.git configurable alternate field order for cust edit, RT13102 --- 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 ) {