diff options
| author | ivan <ivan> | 2002-02-26 11:11:56 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-02-26 11:11:56 +0000 | 
| commit | 69044f612f6e9695b52fa922df0de0ea957fcafd (patch) | |
| tree | 7aa67993bb3c1c453b1af2d6f85447e5710f1400 /httemplate/edit | |
| parent | 1da4dc7b91575649612e8f3f55283b5a8b2b8811 (diff) | |
fix a weird oops with service address editing UI that would leave
some fields blank... ?
Diffstat (limited to 'httemplate/edit')
| -rwxr-xr-x | httemplate/edit/cust_main.cgi | 3 | 
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($_) );      } | 
