Bug 21748

Summary: Update C4::Overdues::UpdateFine to use Koha::Account->update_debit
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 21748: Add ->adjust to Koha::Account::Line

Description Martin Renvoize 2018-11-01 14:11:24 UTC
All account handling should go via the Koha::Account class.
Comment 1 Martin Renvoize 2018-11-01 20:15:05 UTC

*** This bug has been marked as a duplicate of bug 21747 ***
Comment 2 Martin Renvoize 2018-11-02 10:44:49 UTC
Created attachment 81878 [details] [review]
Bug 21748: Add ->adjust to Koha::Account::Line