View | Details | Raw Unified | Return to bug 20951
Collapse All | Expand All

(-)a/Koha/Patron/Discharge.pm (-1 / +1 lines)
Lines 10-15 use C4::Templates qw ( gettemplate ); Link Here
10
use Koha::Database;
10
use Koha::Database;
11
use Koha::DateUtils qw( dt_from_string output_pref );
11
use Koha::DateUtils qw( dt_from_string output_pref );
12
use Koha::Patrons;
12
use Koha::Patrons;
13
use Koha::Patron::Debarments;
13
14
14
sub count {
15
sub count {
15
    my ($params) = @_;
16
    my ($params) = @_;
16
- 

Return to bug 20951