X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmisc.html;h=7e625d26c58f17bb42045fba1867b4e8c4fd3d40;hp=f0ecf8f70f93caa20f9445d4a9797d5edde97abc;hb=747949f05c140e23221b3a2364928431f58fc2d3;hpb=ac0ecc2daa4e132d6a1fb3fb759cb757d376f84e diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index f0ecf8f70..7e625d26c 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -29,15 +29,15 @@ % #if ( $cust_main->classnum ) { - <% mt('Class') |h %> - <% $cust_main->classname || '('.emt('none').')' %> + <% mt('Class') |h %> + <% $cust_main->classname || '('.emt('none').')' %> % #} % if ( $cust_main->salesnum ) { - <% mt('Sales Person') |h %> - <% $cust_main->salesperson |h %> + <% mt('Sales Person') |h %> + <% $cust_main->salesperson |h %> % } @@ -47,15 +47,15 @@ % } ); - <% mt('Advertising source') |h %> - <% $referral->refnum %>: <% $referral->referral%> + <% mt('Advertising source') |h %> + <% $referral->refnum %>: <% $referral->referral%> % } - <% mt('Referring Customer') |h %> - + <% mt('Referring Customer') |h %> + % % my $referring_cust_main = ''; % if ( $cust_main->referral_custnum @@ -82,13 +82,13 @@ - <% mt('Order taker') |h %> - <% $cust_main->otaker %> + <% mt('Order taker') |h %> + <% $cust_main->otaker %> - <% mt('Signup Date') |h %> - <% $cust_main->signupdate ? time2str($date_format, $cust_main->signupdate) : '' %> + <% mt('Signup Date') |h %> + <% $cust_main->signupdate ? time2str($date_format, $cust_main->signupdate) : '' %> % my $id_country = $conf->config('national_id-country'); @@ -97,14 +97,14 @@ % my($old, $nric) = ( '', ''); % if ( $cust_main->national_id =~ /^\d{6}\-\d{2}\-\d{4}$/ ) { - <% mt('NRIC') |h %> + <% mt('NRIC') |h %> % } else { # elsif ( $cust_main->national_id =~ /^\w\d{9}$/ ) { - <% mt('Old IC/Passport') |h %> + <% mt('Old IC/Passport') |h %> % #} else { % # warn "unknown national_id format"; -%# +%# % } - <% $cust_main->national_id |h %> + <% $cust_main->national_id |h %> % } else { % warn "unknown national_id-country $id_country"; @@ -119,8 +119,8 @@ % : ''; - <% mt('Date of Birth') |h %> - <% $dt ? $dt->strftime($date_format) : '' %> + <% mt('Date of Birth') |h %> + <% $dt ? $dt->strftime($date_format) : '' %> % if ( $conf->exists('cust_main-enable_spouse') @@ -131,8 +131,8 @@ % ); - <% mt('Spouse Date of Birth') |h %> - <% $dt ? $dt->strftime($date_format) : '' %> + <% mt('Spouse Date of Birth') |h %> + <% $dt ? $dt->strftime($date_format) : '' %> % } @@ -146,8 +146,8 @@ % : ''; - <% mt('Anniversary Date') |h %> - <% $dt ? $dt->strftime($date_format) : '' %> + <% mt('Anniversary Date') |h %> + <% $dt ? $dt->strftime($date_format) : '' %> % } @@ -155,8 +155,8 @@ % if ( $cust_main->district ) { - <% mt('Tax district') |h %> - <% $cust_main->ship_location->district %> + <% mt('Tax district') |h %> + <% $cust_main->ship_location->district %> % } @@ -165,8 +165,8 @@ % if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { - <% mt('Edit ticket subjects') %> - <% $cust_main->edit_subject ? 'yes' : 'no' %> + <% mt('Edit ticket subjects') %> + <% $cust_main->edit_subject ? 'yes' : 'no' %> % }