Bug 30650: DBIC specific
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 10 May 2022 06:34:05 +0000 (08:34 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 29 Jul 2022 18:01:14 +0000 (15:01 -0300)
commit2822412908473b3815647f4af7a18059c76492ee
tree664e979475789d6dac42d859a954d2803753920b
parentd6d6e6ed0a22b4e7f16e7f577a1da67dae35423f
Bug 30650: DBIC specific

Note for QA - a false positive is raised by the QA tools:

"""
The new column curbside_pickup_opening_slots.day is using TINYINT(1) as
type but is not defined as boolean in the schema file
(Koha/Schema/Result/CurbsidePickupOpeningSlot.pm)
"""

=> It's not a boolean!

Sponsored-by: Association KohaLa - https://koha-fr.org/
Signed-off-by: Koha Team University Lyon 3 <koha@univ-lyon3.fr>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Schema/Result/CurbsidePickupPolicy.pm