19 Oct
2015
19 Oct
'15
10:59 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14504 --- Comment #10 from Barton Chittenden <barton@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.