[Koha-bugs] [Bug 21610] Koha::Object->store needs to handle incorrect values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 23 15:16:02 CEST 2018


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #80880|0                           |1
        is obsolete|                            |
  Attachment #80881|0                           |1
        is obsolete|                            |
  Attachment #80882|0                           |1
        is obsolete|                            |
  Attachment #80906|0                           |1
        is obsolete|                            |
  Attachment #80926|0                           |1
        is obsolete|                            |
  Attachment #80927|0                           |1
        is obsolete|                            |

--- Comment #17 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 81016
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81016&action=edit
Bug 21610: Add tests

Adding few tests to Koha/Object.t in order to highlight what we are
trying to fix.

Note that Koha::ItemType->store was wrong for notforloan, the default
value should be null
    `notforloan` smallint(6) DEFAULT NULL,
but the previous fix (bug 21599) made it default to '0'

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list