https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25265
--- Comment #6 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
