fix quotations vs. previous_invoice_history
authorMark Wells <mark@freeside.biz>
Wed, 28 Jan 2015 19:02:38 +0000 (11:02 -0800)
committerMark Wells <mark@freeside.biz>
Wed, 28 Jan 2015 19:02:52 +0000 (11:02 -0800)
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