9 Sep
2026
9 Sep
'26
4:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36868 --- Comment #70 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> ---
2) The 'Fix deletion off by one error' commit applies the same change to both basket.js (OPAC + Staff) but the OPAC one does arrayRecords.splice before the check, whereas the Staff one does arrayRecords.splice after the check. Can you please confirm if this is intentional?
We want to splice the array after the check instead of mutating it before checking. It wasn't causing any bugs because of the return. I will follow-up. -- You are receiving this mail because: You are watching all bug changes.