]> git.koha-community.org Git - koha.git/commit
Bug 27963: (bug 23463 follow-up) Fix touch_all_items.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 16 Mar 2021 10:36:17 +0000 (11:36 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 1 Apr 2021 15:13:56 +0000 (17:13 +0200)
commit8f071b01f5c851a6b066e7084643bd6430e6e8d5
tree178e1ac0d8f5c9a264d848fcde47f242d7d1ebfa
parentfaf33a27abccfb0b7fbf5542375b834a1acba059
Bug 27963: (bug 23463 follow-up) Fix touch_all_items.pl

This script is used to fix inconsistencies in the items table. Prior to
bug 23463, ModItem dealt with that.

We need to make some attributes as dirty to make sure the
Koha::Item->store method will fix them.

Test plan:
Be familiar with how touch_all_items is supposed to work and confirm
that the different inconsistencies are fixed.

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
misc/maintenance/touch_all_items.pl