show imported region and rate #s, RT#83146
[freeside.git] / httemplate / edit / cust_main / after_bill_location.html
1 % if ( ! $conf->exists('cust-edit-alt-field-order') ) {
2   <& phones.html, $cust_main &>
3   <& fax.html, $cust_main &>
4 % } else {
5   <& fax.html, $cust_main &>
6   <& company.html, $cust_main &>
7 % }
8 <& stateid.html, $cust_main &>
9 <%init>
10 my $cust_main = shift;
11 my $conf = FS::Conf->new;
12 </%init>