show imported region and rate #s, RT#83146
[freeside.git] / httemplate / edit / cust_main / before_ship_location.html
1 % if ( length($cust_main->ship_company) or
2 %      $conf->exists('show_ship_company') ) {
3   <& /elements/tr-input-text.html,
4       label       => mt('Company'),
5       field       => 'ship_company',
6       curr_value  => $cust_main->ship_company,
7       colspan     => 6,
8   &>
9 % }
10 <%init>
11 my $cust_main = shift;
12 my $conf = FS::Conf->new;
13 </%init>