summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2009-02-15 17:23:15 +0000
committerjeff <jeff>2009-02-15 17:23:15 +0000
commit087330def662e926b2d1600d2c2ec290e50bbc49 (patch)
tree79686e4ebef3bcb7fb13691878b9e10e578b9293
parentfe0a624227782419e509c35743a0d4023fe60a21 (diff)
tyop
-rw-r--r--FS/FS/tax_rate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm
index 1aafa332e..558eda435 100644
--- a/FS/FS/tax_rate.pm
+++ b/FS/FS/tax_rate.pm
@@ -564,7 +564,7 @@ sub batch_import {
$date_format;
push @column_lengths, qw( 10 1 1 8 8 5 8 8 8 1 2 2 30 8 8 10 2 8 2 1 2 2 );
push @column_lengths, 1 if $format eq 'cch-update';
- push @column_callbacks, $trim foreach (@columnlengths); # 5, 6, 15, 17 esp
+ push @column_callbacks, $trim foreach (@column_lengths); # 5, 6, 15, 17 esp
$column_callbacks[8] = $date_format;
}