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

(-)a/C4/Circulation.pm (+1 lines)
Lines 674-679 C<$issuingimpossible> and C<$needsconfirmation> are some hashref. Link Here
674
=item C<$duedates> is a DateTime object.
674
=item C<$duedates> is a DateTime object.
675
675
676
=item C<$inprocess> boolean switch
676
=item C<$inprocess> boolean switch
677
677
=item C<$ignore_reserves> boolean switch
678
=item C<$ignore_reserves> boolean switch
678
679
679
=back
680
=back
(-)a/Koha/Account/Line.pm (-1 / +1 lines)
Lines 37-43 Koha::Account::Lines - Koha accountline Object class Link Here
37
37
38
=cut
38
=cut
39
39
40
sub type {
40
sub _type {
41
    return 'Accountline';
41
    return 'Accountline';
42
}
42
}
43
43
(-)a/Koha/Account/Lines.pm (-2 / +1 lines)
Lines 40-46 Koha::Account::Lines - Koha Account Line Object set class Link Here
40
40
41
=cut
41
=cut
42
42
43
sub type {
43
sub _type {
44
    return 'Accountline';
44
    return 'Accountline';
45
}
45
}
46
46
47
- 

Return to bug 15675