[Koha-bugs] [Bug 22510] New: 'accountlines.accounttype' should never be set directly, rather is should be change via Koha::Account et al.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 14 09:55:18 CET 2019


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

            Bug ID: 22510
           Summary: 'accountlines.accounttype' should never be set
                    directly, rather is should be change via Koha::Account
                    et al.
 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: ---

Koha::Account lists valid value for accounttypes which can be added via the
methods add_debit and add_credit. However, we're still setting accounttype in a
number of places outside of this module and in many cases the values we're
using do not correspond to the enum list in Koha::Account.

-- 
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