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

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

Return to bug 20285