autodownload and update of cch tax data
[freeside.git] / FS / FS / part_pkg_taxrate.pm
index aaf7f60..bc1047e 100644 (file)
@@ -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;