X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=effe84b96c94c620a59ec4262e869118067102fa;hb=78908b703c8a24a89fabbcd7d8fb38a4175a859d;hp=d203e0044f1bac0231f58d03f9d042817d218381;hpb=99c8aef927feeb4ecf015957bb69c3ed3e7873e1;p=freeside.git diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index d203e0044..effe84b96 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -68,8 +68,8 @@ VALUE="Y" <% $has_ship_address ? '' : 'CHECKED' %> ><% mt('same as billing address') |h %> -
- +
+
<& cust_main/before_ship_location.html, $cust_main &> <& /elements/location.html, object => $cust_main->ship_location, @@ -95,19 +95,21 @@
- -
+% if ( ! $has_ship_address ) { + $('#div_ship_location').hide(); +% } + + <& cust_main/contacts_new.html, 'cust_main'=>$cust_main, &>