https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20592 --- Comment #12 from David Cook <dcook@prosentient.com.au> --- (In reply to Jonathan Druart from comment #11)
(In reply to David Cook from comment #6)
But I agree that a better solution would be to change ModItem rather than updateitem.pl. I considered that, but I figured I would make the lightest touch possible and test the one place where I knew there was a problem. Do you know whether or not it's appropriate to return early from ModItem? What impact does that have across Koha?
I would not expect side-effects as ModItem does not return a useful value.
I meant more in terms of other parts of Koha catching a fatal error with an eval{} or something like that, and acting on the error. But I'm not fussed either way :). -- You are receiving this mail because: You are watching all bug changes.