[Koha-bugs] [Bug 10455] remove redundant 'biblioitems.marc' field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 27 18:05:48 CEST 2016


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |nick at bywatersolutions.com

--- Comment #39 from Nick Clemens <nick at 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.


More information about the Koha-bugs mailing list