projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd6288
)
RT# 31208,80543 Issue converting quotation
author
Mitch Jackson
<mitch@freeside.biz>
Fri, 29 Jun 2018 19:36:45 +0000
(14:36 -0500)
committer
Mitch Jackson
<mitch@freeside.biz>
Fri, 29 Jun 2018 19:36:45 +0000
(14:36 -0500)
FS/FS/Template_Mixin.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Template_Mixin.pm
b/FS/FS/Template_Mixin.pm
index
578e5a1
..
1b3df00
100644
(file)
--- a/
FS/FS/Template_Mixin.pm
+++ b/
FS/FS/Template_Mixin.pm
@@
-3139,9
+3139,9
@@
sub _items_fee {
my @cust_bill_pkg = grep { $_->feepart } $self->cust_bill_pkg;
my $escape_function = $options{escape_function};
- my $locale = $self->
quotationnum
- ? $self->
prospec
t_main->locale
- : $self->
cus
t_main->locale;
+ my $locale = $self->
cust_main
+ ? $self->
cus
t_main->locale
+ : $self->
prospec
t_main->locale;
my @items;
foreach my $cust_bill_pkg (@cust_bill_pkg) {