[Koha-bugs] [Bug 14504] Add command-line script to batch delete items based on lost/withdrawn statuses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 19 23:59:53 CEST 2015


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

--- Comment #10 from Barton Chittenden <barton at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #9)
> Barton,
> Actually I think you should reuse the C4::Items::DelItemCheck subroutine,
> which does exactly what you are doing.

Jonathan,

C4::Items::DelItemCheck doesn't have any kind of 'commit' check... I'm torn,
because I would *like* to use it to avoid duplication of code (plus there are a
number of cases that it covers that I don't), but I don't want to sacrifice the
ability to accurately report what's going to happen if I run the script in
verbose mode without '--commit'.

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


More information about the Koha-bugs mailing list