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

(-)a/Koha/Old/Patrons.pm (-2 / +1 lines)
Lines 38-44 Koha::Old::Patrons - Koha Old::Patron Object set class Link Here
38
=cut
38
=cut
39
39
40
sub _type {
40
sub _type {
41
    return 'Deleteborrower';
41
    return 'Deletedborrower';
42
}
42
}
43
43
44
=head3 object_class
44
=head3 object_class
45
- 

Return to bug 24150