From 764f8f4bb0185d7aa03676c795f84094b378b286 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 28 Jan 2015 11:02:38 -0800 Subject: [PATCH] fix quotations vs. previous_invoice_history --- FS/FS/prospect_main.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FS/FS/prospect_main.pm b/FS/FS/prospect_main.pm index f30508d34..b160343de 100644 --- a/FS/FS/prospect_main.pm +++ b/FS/FS/prospect_main.pm @@ -405,6 +405,11 @@ sub search { } +# stub this so that calling ->cust_bill doesn't return an empty string +sub cust_bill { + return; +} + =back =head1 BUGS -- 2.11.0