summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_void.pm
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-03-31 18:00:40 +0000
committerMitch Jackson <mitch@freeside.biz>2018-03-31 18:00:40 +0000
commitc5460b6098a148102107360b7459b2a675b6e442 (patch)
tree4c24b1edb6af236ed24a5ce9f3ad3f6b0155fcfd /FS/FS/cust_bill_void.pm
parent899b047b7546b3b6f1e8b7f94c585ce5b98c17b4 (diff)
RT# 79636 Add conf flag invoice_sections_multilocation
Diffstat (limited to 'FS/FS/cust_bill_void.pm')
-rw-r--r--FS/FS/cust_bill_void.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/FS/FS/cust_bill_void.pm b/FS/FS/cust_bill_void.pm
index 50f69c9..3d50733 100644
--- a/FS/FS/cust_bill_void.pm
+++ b/FS/FS/cust_bill_void.pm
@@ -119,16 +119,6 @@ sub table { 'cust_bill_void'; }
sub notice_name { 'VOIDED Invoice'; }
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);
-}
-
-
=item insert
Adds this record to the database. If there is an error, returns the error,
@@ -375,4 +365,3 @@ L<FS::Record>, schema.html from the base documentation.
=cut
1;
-