[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
Fri Apr 26 15:30:09 CEST 2019


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|WARNING: You will need to   |This patch clarifies the
      release notes|update your reports to      |intended purpose of the
                   |account for the introduced  |various accounttypes used
                   |use of 'status' in          |for fines calculations in
                   |accountlines for fines.
    |the accounttline table.
                   |                            |
                   |"accounttype = 'FU'" needs  |WARNING: You will need to
                   |changing to "accounttype =  |update your reports to
                   |'FINE' AND status =         |account for the introduced
                   |'UNRETURNED'"
              |use of 'status' in
                   |
                           |accountlines for fines.
                   |"accounttype                |
                   |= 'F'" needs changing to    |"accounttype = 'FU'" needs
                   |"accounttype = 'FINE' AND   |changing to "accounttype =
                   |status != 'UNRETURNED'"     |'FINE' AND status =
                   |                            |'UNRETURNED'"
                   |                            |
                   |                            |"accounttype
                   |                            |= 'F'" needs changing to
                   |                            |"accounttype = 'FINE' AND
                   |                            |status != 'UNRETURNED'"

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


More information about the Koha-bugs mailing list