Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorAlex Brelsfoard <alex@freeside.biz>
Wed, 28 Jan 2015 19:44:00 +0000 (14:44 -0500)
committerAlex Brelsfoard <alex@freeside.biz>
Wed, 28 Jan 2015 19:44:00 +0000 (14:44 -0500)
FS/FS/contact_email.pm
FS/FS/prospect_main.pm

index a0ff273..8d6bbbf 100644 (file)
@@ -2,6 +2,7 @@ package FS::contact_email;
 use base qw( FS::Record );
 
 use strict;
+use FS::Msgcat qw( gettext );
 
 =head1 NAME
 
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