noise reduction
authorjeff <jeff>
Thu, 2 Apr 2009 05:27:24 +0000 (05:27 +0000)
committerjeff <jeff>
Thu, 2 Apr 2009 05:27:24 +0000 (05:27 +0000)
FS/FS/part_pkg_taxrate.pm

index 197bf0f..aaf7f60 100644 (file)
@@ -248,8 +248,8 @@ sub batch_import {
 
         $part_pkg_taxproduct{'description'} = 
           join(' : ', (map{ $hash->{$_} } qw(groupdesc itemdesc)),
-                      $providers{$hash->{'provider'}},
-                      $customers{$hash->{'customer'}},
+                      $providers{$hash->{'provider'}} || '',
+                      $customers{$hash->{'customer'}} || '',
               );
         $part_pkg_taxproduct = new FS::part_pkg_taxproduct \%part_pkg_taxproduct;
         my $error = $part_pkg_taxproduct->insert;