summaryrefslogtreecommitdiff
path: root/FS/FS/quotation.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-10 12:59:11 -0700
committerMark Wells <mark@freeside.biz>2015-03-10 12:59:11 -0700
commitc2e5e744cf218f9a388bc3073bfe5d9cc86b5ff3 (patch)
treeaf26dcc3a6319697514a31e1f35a3e3d4202ba79 /FS/FS/quotation.pm
parenta3c90ed7984e1c0ef73cb969183597545113221d (diff)
set default itemdesc="Tax" on quotation taxes, #32489
Diffstat (limited to 'FS/FS/quotation.pm')
-rw-r--r--FS/FS/quotation.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/quotation.pm b/FS/FS/quotation.pm
index 55730ae..60abd38 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),
});