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

(-)a/Koha/Old/Hold.pm (-1 / +1 lines)
Lines 38-44 This object represents a hold that has been filled or canceled Link Here
38
38
39
=cut
39
=cut
40
40
41
sub type {
41
sub _type {
42
    return 'OldReserve';
42
    return 'OldReserve';
43
}
43
}
44
44
(-)a/Koha/Old/Holds.pm (-2 / +1 lines)
Lines 43-49 This object represents a set of holds that have been filled or canceled Link Here
43
43
44
=cut
44
=cut
45
45
46
sub type {
46
sub _type {
47
    return 'OldReserve';
47
    return 'OldReserve';
48
}
48
}
49
49
50
- 

Return to bug 14695