summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill.pm
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-03-28 00:42:24 -0500
committerMitch Jackson <mitch@freeside.biz>2018-03-28 00:44:55 -0500
commit5dea8988e7a25387bb3a3fedff67b62851280016 (patch)
tree278ee1335d8921c799d7b9535fabe7865e262413 /FS/FS/cust_bill.pm
parente75717bd49c68a49940ebd668368a6542097a234 (diff)
RT# 79636 Add conf flag invoice_sections_multilocation
Diffstat (limited to 'FS/FS/cust_bill.pm')
-rw-r--r--FS/FS/cust_bill.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index bd1b8bb..942715b 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -148,15 +148,6 @@ Invoices are normally created by calling the bill method of a customer object
sub table { 'cust_bill'; }
sub template_conf { 'invoice_'; }
-sub has_sections {
- my $self = shift;
- my $agentnum = $self->cust_main->agentnum;
- my $tc = $self->template_conf;
-
- $self->conf->exists($tc.'sections', $agentnum) ||
- $self->conf->exists($tc.'sections_by_location', $agentnum);
-}
-
# should be the ONLY occurrence of "Invoice" in invoice rendering code.
# (except email_subject and invnum_date_pretty)
sub notice_name {