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.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/edit/cust_main.cgi') 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 @@