RT# 79780 - added a 60 second pause when there is a connection failure, then retry...
[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>