X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg_taxrate.pm;h=bc1047ee2860cc1b6ebc23ab0ff80a4431eaec49;hb=ec71691725b6c5211b6967323cbc56a03038385d;hp=aaf7f60a20e84fec6f8a69254e47341033a439ea;hpb=6fd4495cfb983901c1f7cb7ff15410048bda05d7;p=freeside.git diff --git a/FS/FS/part_pkg_taxrate.pm b/FS/FS/part_pkg_taxrate.pm index aaf7f60a2..bc1047ee2 100644 --- a/FS/FS/part_pkg_taxrate.pm +++ b/FS/FS/part_pkg_taxrate.pm @@ -353,7 +353,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 matrix" ); die $error if $error; $last = time;