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

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 4053-4059 sub ProcessOfflineIssue { Link Here
4053
            $patron->unblessed,
4053
            $patron->unblessed,
4054
            $operation->{'barcode'},
4054
            $operation->{'barcode'},
4055
            undef,
4055
            undef,
4056
            1,
4056
            undef,
4057
            $operation->{timestamp},
4057
            $operation->{timestamp},
4058
            undef,
4058
            undef,
4059
        );
4059
        );
4060
- 

Return to bug 30114