summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/cust_main.cgi3
1 files changed, 2 insertions, 1 deletions
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($_) );
}