[Koha-bugs] [Bug 22511] New: Koha::Account::Line->void is not limited to 'payments'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 14 11:12:06 CET 2019


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

            Bug ID: 22511
           Summary: Koha::Account::Line->void is not limited to 'payments'
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
  Target Milestone: ---

The `void` routine in Koha::Account::Lines does restrict one to only being able
to void a 'credit' accountline, however it does not distinguish between
accounttypes.  We do however, change the accounttype as part of the void
routine to VOID and as such we may be loosing data, and thus audit trail, here.

Credits can take the form of 'Payment', 'Writeoff', 'Lost Item Return', 'Fine
Forgiven', 'Forgiven' and finally 'Credit'.

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


More information about the Koha-bugs mailing list