fix a weird oops with service address editing UI that would leave
authorivan <ivan>
Tue, 26 Feb 2002 11:11:56 +0000 (11:11 +0000)
committerivan <ivan>
Tue, 26 Feb 2002 11:11:56 +0000 (11:11 +0000)
some fields blank... ?

httemplate/edit/cust_main.cgi

index 2798d5d..89a946b 100755 (executable)
@@ -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($_) );
     }