https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36868

--- Comment #70 from Lucas Gass (lukeg) <[email protected]> ---

> 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.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to