https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10455
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] --- Comment #39 from Nick Clemens <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
