From 0f503d6064c0f7a7a2dae5a74701390a757f49ac Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 16 May 2017 16:14:33 -0700 Subject: show a name on residential prospect quotations, RT#75990 --- FS/FS/Template_Mixin.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FS/FS/Template_Mixin.pm') diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index eee85cc..dbcd635 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -603,6 +603,9 @@ sub print_generic { 'total_pages' => 1, ); + + #quotations have $name + $invoice_data{'name'} = $invoice_data{'payname'}; #localization $invoice_data{'emt'} = sub { &$escape_function($self->mt(@_)) }; -- cgit v1.1