[freeside-commits] branch master updated. c2e5e744cf218f9a388bc3073bfe5d9cc86b5ff3
Mark Wells
mark at 420.am
Tue Mar 10 12:59:18 PDT 2015
The branch, master has been updated
via c2e5e744cf218f9a388bc3073bfe5d9cc86b5ff3 (commit)
from a3c90ed7984e1c0ef73cb969183597545113221d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c2e5e744cf218f9a388bc3073bfe5d9cc86b5ff3
Author: Mark Wells <mark at freeside.biz>
Date: Tue Mar 10 12:59:11 2015 -0700
set default itemdesc="Tax" on quotation taxes, #32489
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),
});
-----------------------------------------------------------------------
Summary of changes:
FS/FS/quotation.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list