summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/before_bill_location.html
blob: 973201ecb61eba06ddf963642f7875deee708464 (plain)
1
2
3
4
5
6
7
8
9
10
<& name.html, $cust_main &>
% if ( ! $conf->exists('cust-edit-alt-field-order') ) {
  <& company.html, $cust_main &>
% } else {
  <& phones.html, $cust_main &>
% }
<%init>
my $cust_main = shift;
my $conf = FS::Conf->new;
</%init>