[Koha-bugs] [Bug 22521] Convert fines handling to use 'status' instead of two accounttypes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 27 11:19:38 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22521

--- Comment #23 from Josef Moravec <josef.moravec at gmail.com> ---
git grep "fine_update" returns: 

C4/Overdues.pm:            $accountline->adjust({ amount => $amount, type =>
'fine_update' });
t/db_dependent/Koha/Account/Lines.t:    throws_ok { $debit_1->adjust( { amount
=> 50, type => 'fine_update' } ) }
t/db_dependent/Koha/Account/Lines.t:    $debit_2->adjust( { amount => 150, type
=> 'fine_update' } )->discard_changes;
t/db_dependent/Koha/Account/Lines.t:    $debit_2->adjust( { amount => 160, type
=> 'fine_update' } )->discard_changes;
t/db_dependent/Koha/Account/Lines.t:    $debit_2->adjust( { amount => 50, type
=> 'fine_update' } )->discard_changes;
t/db_dependent/Koha/Account/Lines.t:    $debit_2->adjust( { amount => 30, type
=> 'fine_update' } )->discard_changes;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list