From 69044f612f6e9695b52fa922df0de0ea957fcafd Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 26 Feb 2002 11:11:56 +0000 Subject: [PATCH] fix a weird oops with service address editing UI that would leave some fields blank... ? --- httemplate/edit/cust_main.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 2798d5dde..89a946b0f 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -232,7 +232,8 @@ END unless ( $cust_main->ship_last ) { print ' CHECKED'; foreach ( - qw( last first company address1 address2 city state zip daytime night fax) + qw( last first company address1 address2 city county state zip country + daytime night fax ) ) { $cust_main->set("ship_$_", $cust_main->get($_) ); } -- 2.11.0