RT# 80543 Crash creating new quotation
authorMitch Jackson <mitch@freeside.biz>
Thu, 14 Jun 2018 19:46:38 +0000 (14:46 -0500)
committerMitch Jackson <mitch@freeside.biz>
Thu, 14 Jun 2018 20:30:08 +0000 (20:30 +0000)
FS/FS/Template_Mixin.pm

index cefb4bc..5cc2f05 100644 (file)
@@ -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) {