From 3b172c8a7b7ca97bd71671dc358f29c5116948da Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 8 Nov 2013 16:47:13 -0800 Subject: option to make ship_company field available again, #25782 --- httemplate/edit/cust_main/before_ship_location.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 httemplate/edit/cust_main/before_ship_location.html (limited to 'httemplate/edit/cust_main') diff --git a/httemplate/edit/cust_main/before_ship_location.html b/httemplate/edit/cust_main/before_ship_location.html new file mode 100644 index 000000000..badb5e8cd --- /dev/null +++ b/httemplate/edit/cust_main/before_ship_location.html @@ -0,0 +1,13 @@ +% if ( length($cust_main->ship_company) or +% $conf->exists('show_ship_company') ) { + <& /elements/tr-input-text.html, + label => mt('Company'), + field => 'ship_company', + curr_value => $cust_main->ship_company, + colspan => 6, + &> +% } +<%init> +my $cust_main = shift; +my $conf = FS::Conf->new; + -- cgit v1.2.1