From 70bffe41ccf43a9d25c2b54679f1e9310f50c1c4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 27 Sep 2011 23:01:24 +0000 Subject: add cust_main.mobile and ship_mobile to support uniserve portal, RT#13656 --- httemplate/edit/cust_main/contact.html | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'httemplate/edit/cust_main') diff --git a/httemplate/edit/cust_main/contact.html b/httemplate/edit/cust_main/contact.html index 3dd24aae5..51c0960ca 100644 --- a/httemplate/edit/cust_main/contact.html +++ b/httemplate/edit/cust_main/contact.html @@ -62,6 +62,13 @@ + + <% $mobile_label %> + + <%$style%>> + + + <% mt('Fax') |h %> @@ -85,6 +92,13 @@ + + <% $mobile_label %> + + <%$style%>> + + + <& /elements/location.html, 'prefix' => $pre, 'object' => $cust_main, @@ -175,11 +189,15 @@ if ( $conf->exists('cust_main-require_censustract') ) { } my $daytime_label = FS::Msgcat::_gettext('daytime') =~ /^(daytime)?$/ - ? 'Day Phone' - : FS::Msgcat::_gettext('daytime'); -my $night_label = FS::Msgcat::_gettext('night') =~/^(night)?$/ - ? 'Night Phone' - : FS::Msgcat::_gettext('night') || 'Night Phone'; + ? 'Day Phone' + : FS::Msgcat::_gettext('daytime'); +my $night_label = FS::Msgcat::_gettext('night') =~/^(night)?$/ + ? 'Night Phone' + : FS::Msgcat::_gettext('night') || 'Night Phone'; +my $mobile_label = FS::Msgcat::_gettext('mobile') =~/^(mobile)?$/ + ? 'Mobile Phone' + : FS::Msgcat::_gettext('mobile') || 'Mobile Phone'; + my $stateid_label = FS::Msgcat::_gettext('stateid') =~ /^(stateid)?$/ ? 'Driver’s License' : FS::Msgcat::_gettext('stateid') || 'Driver’s License'; -- cgit v1.2.1