Bug 23971: (follow-up) Remove stale param
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Tue, 5 Jan 2021 11:34:28 +0000 (11:34 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Apr 2021 09:58:49 +0000 (11:58 +0200)
commitef23baed3dc9b1c4e09aa7d9d013ca726fcaf767
tree57059db6282b3e7e019df90b0b4f0bf3356b8d5e
parent9bd5a3c39823922f34bb74b48361a863c4edf172
Bug 23971: (follow-up) Remove stale param

As highlighted by Jonathan in comment #90, we were passing
borrowernumber to ModBasket. This was a hangover from when we explicitly
logged the borrower, which was later discovered to be unnecessary
duplication, and was removed in commit "Remove data duplication".

This commit removes this unnecessary parameter.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
acqui/basketgroup.pl