summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-01-07 12:19:59 -0800
committerMark Wells <mark@freeside.biz>2014-01-07 12:19:59 -0800
commit429a48b18a54917b73b3add468d930f60bcdb2fe (patch)
tree73d579ac400d5a9745f68b998f3799b92818fd97 /FS/FS/cust_bill.pm
parent77783e2521b98f0ca76ebe953873fbdc7cc51e98 (diff)
fix method name conflicts, related to #13971
Diffstat (limited to 'FS/FS/cust_bill.pm')
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 1569ef4..9a971dd 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -158,7 +158,7 @@ sub notice_name {
$self->conf->config('notice_name') || 'Invoice'
}
-sub cust_linked { $_[0]->cust_main_custnum; }
+sub cust_linked { $_[0]->cust_main_custnum || $_[0]->custnum }
sub cust_unlinked_msg {
my $self = shift;
"WARNING: can't find cust_main.custnum ". $self->custnum.