Koha/t/db_dependent/Holds
Tomas Cohen Arazi 5a63c5baa2 Bug 15496: (QA follow-up) Fix remaining cases
This patch fixes remaining cases of the list => scalar change.

To test:
- Run:
  $ kshell
 k$ prove t/db_dependent/Holds/HoldFulfillmentPolicy.t t/db_dependent/Reserves.t
=> FAIL: Tests fail
- Apply this patch
- Run:
 k$ prove t/db_dependent/Holds/HoldFulfillmentPolicy.t t/db_dependent/Reserves.t
=> SUCCESS: Tests pass
- Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-04-26 17:52:53 +00:00
..
DisallowHoldIfItemsAvailable.t Bug 20837: Unit tests 2019-04-25 10:26:21 +00:00
HoldFulfillmentPolicy.t Bug 15496: (QA follow-up) Fix remaining cases 2019-04-26 17:52:53 +00:00
HoldItemtypeLimit.t
LocalHoldsPriority.t
RevertWaitingStatus.t
WaitingReserves.t