debugging excessive cust_pkg->cust_main calls, RT#28526
[freeside.git] / FS / FS / quotation.pm
index cf75267..fef69ed 100644 (file)
@@ -698,7 +698,7 @@ sub estimate {
 
       my $quotation_pkg_tax = FS::quotation_pkg_tax->new({
           quotationpkgnum => $pkg->quotationpkgnum,
-          itemdesc        => $tax_def->taxname,
+          itemdesc        => ($tax_def->taxname || 'Tax'),
           taxnum          => $taxnum,
           taxtype         => ref($tax_def),
       });