Bug 26632: (Bug 22532 follow-up) Remove random variables
authorNick Clemens <nick@bywatersolutions.com>
Mon, 16 May 2022 19:32:03 +0000 (19:32 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 3 Oct 2022 22:22:45 +0000 (22:22 +0000)
commit3a8709f0bd06d2ced0724d31a63cb9eef979cb3a
tree5ce6f3c7d4954eda65872eb9b06d401dc152ec4f
parent369087c7de556078a31a4371d24b4f8a77510006
Bug 26632: (Bug 22532 follow-up) Remove random variables

AddBiblioToBatch and AddAuthToBatch were btoh passing a random number for the
parameter $update_counts

This simply removes that value as should have been done on 22532

To test:
1 - Stage a marc file
2 - Confirm it works befor and after patch

Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 66c5ab528cf9ed8afa23dd6f14ddf890ef1e9039)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/ImportBatch.pm