9 May
2025
9 May
'25
3:34 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38330 --- Comment #37 from David Cook <dcook@prosentient.com.au> --- So /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_38330.pl was bugging me... Why would it try to SET b.opac_suppressed AND say "You need to run the `maintenance/touch_all_biblios.pl` script"? And the reason is that the WHERE clause in the UPDATE SQL will never match. Currently it is this: '%<datafield tag="942">%' But it should be this: '%<datafield tag="942" %' There should be no reason to run maintenance/touch_all_biblios.pl, since we're just updating the database and not changing the indexing. -- You are receiving this mail because: You are watching all bug changes.