X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Fname.html;h=bc55801cf5d973f948c752d782f8170c3f468800;hb=b6260b4f39cf34b9e0e5b8560ef88c8881ba0766;hp=2641ec930f42c4844aca07f814562c006c340357;hpb=01629c3c934f1f6fd2ab9de5f7638f671fd59791;p=freeside.git diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html index 2641ec930..bc55801cf 100644 --- a/httemplate/edit/cust_main/name.html +++ b/httemplate/edit/cust_main/name.html @@ -1,40 +1,44 @@ <%def .namepart> % my ($field, $value, $label, $extra) = @_; - +
> -
<% mt($label) %> - +
<% mt($label) %> +
- <%$r%><% mt('Contact name') |h %> - - - - <& .namepart, 'last', $cust_main->last, 'Last' &> - + +   <& .namepart, 'ss', $ss, 'SS#', "SIZE=11" &> % } else { % } - -
, <% mt('Contact name') |h %> + + <& .namepart, 'last', $cust_main->last, 'Last', ',' &> <& .namepart, 'first', $cust_main->first, 'First' &> % if ( $conf->exists('show_ss') ) { -  
+% if ( $conf->exists('cust_main-enable_spouse') ) { + + <% mt('Spouse\'s name') |h %> + + <& .namepart, 'spouse_last', $cust_main->spouse_last, 'Last', ',' &> + <& .namepart, 'spouse_first', $cust_main->spouse_first, 'First' &> + + +% } % if ( $conf->exists('cust-email-high-visibility') ) { - + Email address(es) invoicing_list_emailonly_scalar %>> + VALUE="<% $cust_main->invoicing_list_emailonly_scalar %>"> % } @@ -42,7 +46,6 @@ my $cust_main = shift; my $agentnum = $cust_main->agentnum if $cust_main->custnum; my $conf = FS::Conf->new; -my $r = '* '; my $ss; if ( $cgi->param('error') or $conf->exists('unmask_ss') ) {