summaryrefslogtreecommitdiff
path: root/FS/FS/prospect_main.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-01-28 11:02:38 -0800
committerMark Wells <mark@freeside.biz>2015-01-28 11:02:52 -0800
commit764f8f4bb0185d7aa03676c795f84094b378b286 (patch)
tree773a9ff0da0a387c90b1876bc0c132644ab1b93a /FS/FS/prospect_main.pm
parentfac2173d1cde3889d6f1bfed2b8b33e3f190f777 (diff)
fix quotations vs. previous_invoice_history
Diffstat (limited to 'FS/FS/prospect_main.pm')
-rw-r--r--FS/FS/prospect_main.pm5
1 files changed, 5 insertions, 0 deletions
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