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

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 3910-3916 sub ProcessOfflineIssue { Link Here
3910
            $patron->unblessed,
3910
            $patron->unblessed,
3911
            $operation->{'barcode'},
3911
            $operation->{'barcode'},
3912
            undef,
3912
            undef,
3913
            1,
3913
            undef,
3914
            $operation->{timestamp},
3914
            $operation->{timestamp},
3915
            undef,
3915
            undef,
3916
        );
3916
        );
3917
- 

Return to bug 30114