Koha/serials
Jonathan Druart 11b44869d9
Bug 14711: Change prototype for AddReserve - pass a hashref
The number of parameters of AddReserve makes it hard to read and
maintain.
This patch replace it with a hashref, which will make the calls more
readable.

Moreover the bibitems has been removed as it was not used by the
subroutine.

Test plan:
- Make sure the tests pass
- Read the diff and search for typos
- Place a hold on few items

Note for QA: reservation_date and expiration_date do not match the DB column's names,
should we?

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-11 14:32:47 +00:00
..
acqui-search-result.pl
acqui-search.pl
add_user_search.pl
checkexpiration.pl
claims.pl
create-numberpattern.pl
lateissues-export.pl
reorder_members.pl
routing-preview.pl Bug 14711: Change prototype for AddReserve - pass a hashref 2020-02-11 14:32:47 +00:00
routing.pl
serials-collection.pl Bug 23126: Remove more unnecessary linebreak processing from serial collection 2019-06-25 17:18:22 +01:00
serials-edit.pl Bug 23435: Add multiple copies of an item when receiving in serials 2019-10-17 14:59:40 +01:00
serials-home.pl
serials-search.pl
showpredictionpattern.pl
subscription-add.pl Bug 22849: Do not share data (Mana) without agreement 2019-05-14 18:06:17 +00:00
subscription-batchedit.pl
subscription-bib-search.pl Bug 11529: Add templates for biblio title display. Unify display. 2019-08-05 15:03:19 +01:00
subscription-detail.pl
subscription-frequencies.pl
subscription-frequency.pl
subscription-history.pl
subscription-numberpattern.pl
subscription-numberpatterns.pl
subscription-renew.pl Bug 7047: Change ReNewSubscription prototype - use hashref 2019-12-23 12:06:45 +00:00
viewalerts.pl