[Koha-bugs] [Bug 11084] Delete biblios on Leader 05 =d

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 12 03:51:50 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11084

--- Comment #39 from David Cook <dcook at prosentient.com.au> ---
Comment on attachment 46021
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46021
Bug 11084 - Delete biblios on Leader 05 == d

Review of attachment 46021:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11084&attachment=46021)
-----------------------------------------------------------------

::: misc/cronjobs/delete_records_via_leader.pl
@@ +67,5 @@
> +}
> +
> +my $schema = Koha::Database->new()->schema();
> +my @biblioitems =
> +  $schema->resultset('Biblioitem')->search( { marc => { LIKE => '_____d%' } } );

Once Bug 15537 (http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15537)
is pushed, this could be replaced with the following query with
C4::Search::SimpleSearch():

"Record-status=d"

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list