https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26407
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #109754|0 |1 is obsolete| | --- Comment #2 from David Nind <[email protected]> --- Created attachment 109763 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=109763&action=edit Bug 26407: fix query in 'title exists' in `search_for_data_inconsistencies.pl` Bug 23871 added check for 'title exists' to `search_for_data_inconsistencies.pl`. There is a typo in DBIx query to create or : hashref instead of arrayref. Test plan : 1) Change title of biblio record XXX in SQL : UPDATE biblio SET title = '' WHERE biblionumber=XXX 2) Change title of biblio record YYY in SQL : UPDATE biblio SET title = NULL WHERE biblionumber=YYY 3) Run misc/maintenance/search_for_data_inconsistencies.pl 4) Check you see both records Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
