[freeside-commits] branch master updated. 965826f80175e6e09b851bdd119e955b6c3783d4
Mitch Jackson
mitch at freeside.biz
Thu Jun 14 12:54:09 PDT 2018
The branch, master has been updated
via 965826f80175e6e09b851bdd119e955b6c3783d4 (commit)
from 381992561d7b1a88e05d49d3e474a2fad25873c7 (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 965826f80175e6e09b851bdd119e955b6c3783d4
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 b9514fee1..578e5a192 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -3139,7 +3139,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