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