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