https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23260 --- Comment #37 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Marcel de Rooy from comment #34)
(In reply to Tomás Cohen Arazi from comment #33)
Marcel, your patch introduces the use of ->update. Given the problems about it raised on bug 21761, could you resubmit it without using ->update? Thanks!
Ah, you are right about that ;) In this case it is a bit theoretical argument, since LastBorrower only contains three fields and has no individual store sub. So replacing the while..next was just regular optimization. I do not mind setting back the while loop, although personally I would be inclined to wait on the outcome of the discussion before removing all updates.
Fair enough. -- You are receiving this mail because: You are watching all bug changes.