X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Ftax_rate_location.pm;h=b4be8b90e37d4657334f2b80d05ec7b98dfec1b8;hb=a0e00fa0547e99893c735ab3dbdacdb2bb054f5a;hp=1a6c47dcf9b252c86f6c9f4dc5f91b7ca3ed5901;hpb=1bb612df42aec08974f67ff333a5e0d2a2fc3ba3;p=freeside.git diff --git a/FS/FS/tax_rate_location.pm b/FS/FS/tax_rate_location.pm index 1a6c47dcf..b4be8b90e 100644 --- a/FS/FS/tax_rate_location.pm +++ b/FS/FS/tax_rate_location.pm @@ -301,7 +301,7 @@ sub batch_import { } if ( scalar( @columns ) ) { $dbh->rollback if $oldAutoCommit; - return "Unexpected trailing columns in line (wrong format?): $line"; + return "Unexpected trailing columns in line (wrong format?) importing tax-rate_location: $line"; } my $error = &{$hook}(\%tax_rate_location);