fix quotations vs. previous_invoice_history
[freeside.git] / FS / FS / prospect_main.pm
index f30508d..b160343 100644 (file)
@@ -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