]> git.koha-community.org Git - koha.git/commit
Bug 33844: Fix is_denied_renewal
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 26 May 2023 12:58:22 +0000 (12:58 +0000)
committerPedro Amorim <pedro.amorim@ptfs-europe.com>
Tue, 18 Jul 2023 09:07:32 +0000 (09:07 +0000)
commitc592b075f424af1795e49dcaa9eb900d67d7cf68
tree2559ac4ec0d159e6a50eb598406f6a583cc514f0
parentb315b8279337e435d50ce4db8812cb936fa5444b
Bug 33844: Fix is_denied_renewal

Going via result_set->has_column does cost actually nothing if
the object is already there.

Test plan:
Run again t/db_dependent/Koha/Item.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit a215087a6af5852a76eea86246a76eb7d0741315)
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Koha/Item.pm