From: Mark Wells Date: Wed, 28 Jan 2015 19:02:38 +0000 (-0800) Subject: fix quotations vs. previous_invoice_history X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=764f8f4bb0185d7aa03676c795f84094b378b286 fix quotations vs. previous_invoice_history --- 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