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

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 3944-3950 sub ProcessOfflineIssue { Link Here
3944
            $patron->unblessed,
3944
            $patron->unblessed,
3945
            $operation->{'barcode'},
3945
            $operation->{'barcode'},
3946
            undef,
3946
            undef,
3947
            1,
3947
            undef,
3948
            $operation->{timestamp},
3948
            $operation->{timestamp},
3949
            undef,
3949
            undef,
3950
        );
3950
        );
3951
- 

Return to bug 30114