From: Ivan Kohler Date: Tue, 27 Mar 2012 02:20:29 +0000 (-0700) Subject: more contact-aware new customer screen, RT#16819 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f62a68016f32b443084705b0e7851497b308f81d more contact-aware new customer screen, RT#16819 --- diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index d2c0cb785..399431311 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -50,7 +50,7 @@ % }
-<% mt('Billing address') |h %> +<% mt('Billing address') |h %> <& cust_main/contact.html, 'cust_main' => $cust_main, @@ -127,9 +127,9 @@ function samechanged(what) {
-<% mt('Service address') |h %> +<% mt('Service address') |h %> -(><% mt('same as billing address') |h %>) +><% mt('same as billing address') |h %> <& cust_main/contact.html, 'cust_main' => $cust_main, 'pre' => 'ship_', @@ -138,17 +138,23 @@ function samechanged(what) { 'style' => \@ship_style &> +<& cust_main/contacts_new.html, + 'cust_main' => $cust_main, +&> + %# billing info <& cust_main/billing.html, $cust_main, 'payinfo' => $payinfo, 'invoicing_list' => \@invoicing_list, &> +
% my $ro_comments = $conf->exists('cust_main-use_comments')?'':'readonly'; % if (!$ro_comments || $cust_main->comments) { -
<% mt('Comments') |h %> - <% &ntable("#cccccc") %> +
+ <% mt('Comments') |h %> +