From c2e5e744cf218f9a388bc3073bfe5d9cc86b5ff3 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 10 Mar 2015 12:59:11 -0700 Subject: [PATCH] set default itemdesc="Tax" on quotation taxes, #32489 --- FS/FS/quotation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/quotation.pm b/FS/FS/quotation.pm index 55730aeba..60abd3803 100644 --- a/FS/FS/quotation.pm +++ b/FS/FS/quotation.pm @@ -674,7 +674,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), }); -- 2.11.0