X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_void.pm;h=60abc732a7a5e9fc62d14298481c9b655c6f793d;hp=50f69c9facd55d4135518f62c00ae0b9df60d9ad;hb=dc83512c36dc6bea2585abada4f88d714c600e55;hpb=1ef811033e1ea791388c7c8d15a3a5a720b1f37f diff --git a/FS/FS/cust_bill_void.pm b/FS/FS/cust_bill_void.pm index 50f69c9fa..60abc732a 100644 --- a/FS/FS/cust_bill_void.pm +++ b/FS/FS/cust_bill_void.pm @@ -93,7 +93,7 @@ freeform string (deprecated) =item reasonnum -reason for voiding the payment (see L) +reason for voiding the payment (see L) =item void_usernum @@ -119,15 +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 @@ -301,7 +292,7 @@ sub cust_pkg { Class method which returns an SQL WHERE fragment to search for parameters specified in HASHREF. Accepts the following parameters for -L: C<_date>, C, C, +L: C<_date>, C, C, C, C, C, C. Also accepts the following: @@ -375,4 +366,3 @@ L, schema.html from the base documentation. =cut 1; -