summaryrefslogtreecommitdiff
path: root/FS/FS/tax_class.pm
diff options
context:
space:
mode:
authorjeff <jeff>2009-04-23 20:31:26 +0000
committerjeff <jeff>2009-04-23 20:31:26 +0000
commitec71691725b6c5211b6967323cbc56a03038385d (patch)
tree4cd8ae8f7b976e9ef27889847fc424baa95ff26e /FS/FS/tax_class.pm
parent6fd4495cfb983901c1f7cb7ff15410048bda05d7 (diff)
autodownload and update of cch tax data
Diffstat (limited to 'FS/FS/tax_class.pm')
-rw-r--r--FS/FS/tax_class.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/tax_class.pm b/FS/FS/tax_class.pm
index 480fa10..4f03969 100644
--- a/FS/FS/tax_class.pm
+++ b/FS/FS/tax_class.pm
@@ -246,7 +246,7 @@ sub batch_import {
if ( $job ) { # progress bar
if ( time - $min_sec > $last ) {
my $error = $job->update_statustext(
- int( 100 * $imported / $count )
+ int( 100 * $imported / $count ). ",Importing tax classes"
);
die $error if $error;
$last = time;
@@ -270,7 +270,7 @@ sub batch_import {
if ( $job ) { # progress bar
if ( time - $min_sec > $last ) {
my $error = $job->update_statustext(
- int( 100 * $imported / $count )
+ int( 100 * $imported / $count ). ",Importing tax classes"
);
die $error if $error;
$last = time;
@@ -319,7 +319,7 @@ sub batch_import {
if ( $job ) { # progress bar
if ( time - $min_sec > $last ) {
my $error = $job->update_statustext(
- int( 100 * $imported / $count )
+ int( 100 * $imported / $count ). ",Importing tax classes"
);
die $error if $error;
$last = time;