12 May
2020
12 May
'20
2:39 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25265 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- It's in store because it was in AddItem and ModItem. So no behaviour changes expected from bug 23463. Having it in store make it sure the callers won't forget. I think the "skip" param can be the best way to go. The problem is when the param need to be propagated. For instance LostItem is calling ->store, so LostItem will have to deal with it. We might end up with an ugly stack of calls passing it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.