From 1ea34a10ac52048e196041de7793c82500335db0 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 27 Sep 2011 23:01:34 +0000 Subject: add cust_main.mobile and ship_mobile to support uniserve portal, RT#13656 --- httemplate/edit/cust_main.cgi | 6 +++--- httemplate/edit/cust_main/contact.html | 28 +++++++++++++++++++++++----- httemplate/view/cust_main/contacts.html | 15 ++++++++++++++- 3 files changed, 40 insertions(+), 9 deletions(-) (limited to 'httemplate') diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 2ba40d23a..38b351381 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -51,7 +51,7 @@ % push @ship_style, 'background-color:#dddddd'; % foreach ( % qw( last first company address1 address2 city county state zip country -% daytime night fax ) +% daytime night fax mobile ) % ) { % $cust_main->set("ship_$_", $cust_main->get($_) ); % } @@ -73,7 +73,7 @@