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

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 2409-2415 sub _FixAccountForLostAndReturned { Link Here
2409
            description  => "Item Returned " . $item_id,
2409
            description  => "Item Returned " . $item_id,
2410
            account_type => 'CR',
2410
            account_type => 'CR',
2411
            offset_type  => 'Lost Item Return',
2411
            offset_type  => 'Lost Item Return',
2412
            accounlines  => [$accountline],
2412
            lines        => [$accountline],
2413
2413
2414
        }
2414
        }
2415
    );
2415
    );
2416
- 

Return to bug 20285