[freeside-commits] branch FREESIDE_3_BRANCH updated. 3d48c56539401f62cc46173479bb29879ec6d019
Mitch Jackson
mitch at freeside.biz
Thu Jun 14 13:33:07 PDT 2018
The branch, FREESIDE_3_BRANCH has been updated
via 3d48c56539401f62cc46173479bb29879ec6d019 (commit)
from a56ea36329a7d1bced2200ed0976e9147cf6e25c (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 3d48c56539401f62cc46173479bb29879ec6d019
Author: Mitch Jackson <mitch at freeside.biz>
Date: Thu Jun 14 14:46:38 2018 -0500
RT# 80543 Crash creating new quotation
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index cefb4bcc3..5cc2f05a9 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -3099,7 +3099,9 @@ sub _items_fee {
my @cust_bill_pkg = grep { $_->feepart } $self->cust_bill_pkg;
my $escape_function = $options{escape_function};
- my $locale = $self->cust_main->locale;
+ my $locale = $self->quotationnum
+ ? $self->prospect_main->locale
+ : $self->cust_main->locale;
my @items;
foreach my $cust_bill_pkg (@cust_bill_pkg) {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Template_Mixin.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list