]> 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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 7 Apr 2021 13:10:20 +0000 (15:10 +0200)
commit8244792f264baaa2a81afd90fde3b74755d4e549
tree5d8138af8f54908ecd2750b7d6ecc94088ee6603
parent296f1e2f6484b723c62941c4642396f36ce22d55
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>
(cherry picked from commit 8f071b01f5c851a6b066e7084643bd6430e6e8d5)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
misc/maintenance/touch_all_items.pl