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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 17 Aug 2022 12:24:09 +0000 (09:24 -0300)
commit66c5ab528cf9ed8afa23dd6f14ddf890ef1e9039
tree56d6696049b8f1089eee0ca61b17fa7561c676e7
parentd2d78e2581419dd3d8101fd9aecf358c71213733
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>
C4/ImportBatch.pm