[freeside-commits] freeside/httemplate/view/cust_main contacts.html, 1.18, 1.18.2.1
Ivan,,,
ivan at wavetail.420.am
Tue Sep 27 16:01:36 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv10429/httemplate/view/cust_main
Modified Files:
Tag: FREESIDE_2_3_BRANCH
contacts.html
Log Message:
add cust_main.mobile and ship_mobile to support uniserve portal, RT#13656
Index: contacts.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/contacts.html,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -u -w -d -r1.18 -r1.18.2.1
--- contacts.html 30 May 2011 23:24:49 -0000 1.18
+++ contacts.html 27 Sep 2011 23:01:34 -0000 1.18.2.1
@@ -84,6 +84,15 @@
</TD>
</TR>
<TR>
+ <TD ALIGN="right"><% $mobile_label %></TD>
+ <TD COLSPAN=3 BGCOLOR="#ffffff">
+ <& /elements/phonenumber.html,
+ $cust_main->get("${pre}mobile"),
+ 'callable'=>1
+ &>
+ </TD>
+</TR>
+<TR>
<TD ALIGN="right"><% mt('Fax') |h %></TD>
<TD COLSPAN=3 BGCOLOR="#ffffff">
<% $cust_main->get("${pre}fax") || ' ' %>
@@ -111,6 +120,10 @@
my $night_label = FS::Msgcat::_gettext('night') =~ /^(night)?$/
? 'Night Phone'
: FS::Msgcat::_gettext('night');
+my $mobile_label = FS::Msgcat::_gettext('mobile') =~ /^(mobile)?$/
+ ? 'Mobile Phone'
+ : FS::Msgcat::_gettext('Mobile');
+
my $stateid_label = FS::Msgcat::_gettext('stateid') =~ /^(stateid)?$/
? 'Driver’s License'
: FS::Msgcat::_gettext('stateid');
More information about the freeside-commits
mailing list