diff options
author | Mark Wells <mark@freeside.biz> | 2013-11-08 16:47:13 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-11-08 16:47:13 -0800 |
commit | 3b172c8a7b7ca97bd71671dc358f29c5116948da (patch) | |
tree | a85f5037fb0d9490376d59ce684fefec51905f47 /httemplate/edit/cust_main.cgi | |
parent | 8adb2ffe88bff5cc7e9a62c113ff81c2662ae0eb (diff) |
option to make ship_company field available again, #25782
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 2908848c6..0e33c15f1 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -73,6 +73,7 @@ ><% mt('same as billing address') |h %> <DIV CLASS="fsinnerbox"> <TABLE ID="table_ship_location" WIDTH="100%"> + <& cust_main/before_ship_location.html, $cust_main &> <& /elements/location.html, object => $cust_main->ship_location, prefix => 'ship_', |