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

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 2391-2397 sub _FixAccountForLostAndReturned { Link Here
2391
            description  => "Item Returned " . $item_id,
2391
            description  => "Item Returned " . $item_id,
2392
            account_type => 'CR',
2392
            account_type => 'CR',
2393
            offset_type  => 'Lost Item Return',
2393
            offset_type  => 'Lost Item Return',
2394
            accounlines  => [$accountline],
2394
            lines        => [$accountline],
2395
2395
2396
        }
2396
        }
2397
    );
2397
    );
2398
- 

Return to bug 20285