[freeside-commits]
freeside/httemplate/view/cust_main contacts.html, 1.10, 1.11
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Apr 2 08:49:39 PDT 2007
- Previous message: [freeside-commits]
freeside/FS/FS Setup.pm, 1.8, 1.9 Schema.pm, 1.48,
1.49 cust_main.pm, 1.278, 1.279 Conf.pm, 1.185, 1.186
- Next message: [freeside-commits] freeside/httemplate/edit/cust_main contact.html,
1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv957/httemplate/view/cust_main
Modified Files:
contacts.html
Log Message:
ticket 1528 add driver's license field, mask it and ssn
Index: contacts.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/contacts.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- contacts.html 5 Feb 2007 12:51:05 -0000 1.10
+++ contacts.html 2 Apr 2007 15:49:37 -0000 1.11
@@ -14,7 +14,7 @@
</TD>
% if ( $which eq '' && $conf->exists('show_ss') ) {
<TD ALIGN="right">SS#</TD>
- <TD BGCOLOR="#ffffff"><% $cust_main->ss || ' ' %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->masked('ss') || ' ' %></TD>
% }
</TR>
<TR>
@@ -75,6 +75,14 @@
<% $cust_main->get("${pre}fax") || ' ' %>
</TD>
</TR>
+% if ( $which eq '' && $conf->exists('show_stateid') ) {
+ <TR>
+ <TD ALIGN="right"><% $stateid_label %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->masked('stateid') || ' ' %></TD>
+ <TD ALIGN="right"><% $stateid_state_label %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->stateid_state || ' ' %></TD>
+ </TR>
+% }
</TABLE></TD></TR></TABLE>
% if ( $which ne 'ship_' ) {
<BR>
@@ -89,6 +97,12 @@
my $night_label = FS::Msgcat::_gettext('night') =~ /^(night)?$/
? 'Night Phone'
: FS::Msgcat::_gettext('night');
+my $stateid_label = FS::Msgcat::_gettext('stateid') =~ /^(stateid)?$/
+ ? 'Driver’s License'
+ : FS::Msgcat::_gettext('stateid');
+my $stateid_state_label = FS::Msgcat::_gettext('stateid_state') =~ /^(stateid_state)?$/
+ ? 'Driver’s License State'
+ : FS::Msgcat::_gettext('stateid_state');
</%once>
<%init>
- Previous message: [freeside-commits]
freeside/FS/FS Setup.pm, 1.8, 1.9 Schema.pm, 1.48,
1.49 cust_main.pm, 1.278, 1.279 Conf.pm, 1.185, 1.186
- Next message: [freeside-commits] freeside/httemplate/edit/cust_main contact.html,
1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list