Bug 20088: Fix uninitialized warning from svc/holds
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 25 Jan 2018 11:01:30 +0000 (12:01 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 30 Jan 2018 17:21:27 +0000 (14:21 -0300)
commite04c780e9a51c06d606b1bf7cda89e465f1d7431
treecc50bfb6f410779012cc6fe5c3f04cf54bfadd70
parent20e89d051c9ca3def36e9cde742ea10fd59204aa
Bug 20088: Fix uninitialized warning from svc/holds

Use of uninitialized value in array element at svc/holds line 56.

Test plan:
Check if the warn is no longer in the logs; the warning is triggered by
an ajax call from the circulation template in staff.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
svc/holds