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

(-)a/C4/Accounts.pm (-2 / +1 lines)
Lines 114-120 sub chargelostitem { Link Here
114
114
115
    my $existing_charges = $account->lines->search(
115
    my $existing_charges = $account->lines->search(
116
        {
116
        {
117
            item_id         => $itemnumber,
117
            itemnumber      => $itemnumber,
118
            debit_type_code => 'LOST',
118
            debit_type_code => 'LOST',
119
            issue_id        => $issue_id,
119
            issue_id        => $issue_id,
120
        }
120
        }
121
- 

Return to bug 35612