18 Feb
2021
18 Feb
'21
11:58 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22569 --- Comment #51 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #44)
Is this store call needed?
+ $self->stage_id($new_stage->stage_id)->store; # Revert stage change
There are also several places in the tests where ->store calls are unnecessary.
Corrected for the 'advance' method in StockRotationItem.. looks like there's a few places in SR this could be done.. mostly these predate this tree but I'm happy to fix them inline as followups to 24446 if you prefer. -- You are receiving this mail because: You are watching all bug changes.