[freeside-commits] branch master updated. 764f8f4bb0185d7aa03676c795f84094b378b286
Mark Wells
mark at 420.am
Wed Jan 28 11:39:19 PST 2015
The branch, master has been updated
via 764f8f4bb0185d7aa03676c795f84094b378b286 (commit)
from fac2173d1cde3889d6f1bfed2b8b33e3f190f777 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 764f8f4bb0185d7aa03676c795f84094b378b286
Author: Mark Wells <mark at freeside.biz>
Date: Wed Jan 28 11:02:38 2015 -0800
fix quotations vs. previous_invoice_history
diff --git a/FS/FS/prospect_main.pm b/FS/FS/prospect_main.pm
index f30508d..b160343 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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/prospect_main.pm | 5 +++++
1 file changed, 5 insertions(+)
More information about the freeside-commits
mailing list