https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38330

--- Comment #37 from David Cook <dc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to