diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-17 11:06:18 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-17 11:06:18 -0400 |
commit | d37391564f4333a0d2cb288d7b3ad172464c3f86 (patch) | |
tree | 4101fce341e674c496a8c8e7a0098e38ab61612b | |
parent | d14a91ec4beae6c02225cdfd4fc3acbc3d66981b (diff) |
#24605 Import incorrect for Extended plus options
-rw-r--r-- | FS/FS/cust_main/Import.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main/Import.pm b/FS/FS/cust_main/Import.pm index e5a4485f9..0fd34eeab 100644 --- a/FS/FS/cust_main/Import.pm +++ b/FS/FS/cust_main/Import.pm @@ -152,7 +152,7 @@ sub batch_import { @fields = qw( agent_custid refnum last first address1 address2 city state zip country daytime night - ship_last ship_first ship_company ship_address1 ship_address2 + ship_last ship_first ship_address1 ship_address2 ship_city ship_state ship_zip ship_country payinfo paycvv paydate invoicing_list |