From: ivan Date: Tue, 26 Feb 2002 11:11:56 +0000 (+0000) Subject: fix a weird oops with service address editing UI that would leave X-Git-Tag: freeside_1_4_0_pre12~188 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=69044f612f6e9695b52fa922df0de0ea957fcafd fix a weird oops with service address editing UI that would leave some fields blank... ? --- 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($_) ); }