[Bug 10455] remove redundant 'biblioitems.marc' field
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10455 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |nick@bywatersolutions.com --- Comment #39 from Nick Clemens <nick@bywatersolutions.com> --- In: misc/cronjobs/delete_records_via_leader.pl I think you need: $schema->resultset('Biblioitem')->search( { marcxml => { LIKE => '%<leader>_____d%' } } ); Instead of: $schema->resultset('Biblioitem')->search( { marcxml => { LIKE => '<leader>_____d%' } } ); Otherwise seems to be working well -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org