X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Ftax_class.pm;h=4f03969825401f2d876c351145550aee317313a0;hp=480fa10a640f2c790231eed57e5383b76fe47120;hb=395cc72629d31c8dcd138acf423e66d2d73d89d2;hpb=b38973e36476add4099190fb19453d7d762bb8ac diff --git a/FS/FS/tax_class.pm b/FS/FS/tax_class.pm index 480fa10a6..4f0396982 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;