Bug 21738: check items count in C4:ILSDI::HoldTitle
authorAlex Arnaud <alex.arnaud@biblibre.com>
Tue, 13 Nov 2018 08:44:51 +0000 (09:44 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 8 Feb 2019 20:44:06 +0000 (20:44 +0000)
commit870191d40611e3e7414388d4dd911446a2059225
treea42c5426ecf01fbbc7058fd2f54e12a7a66739cf
parentc7f47ea36a8992356c6c055a22891ea168cbdc9c
Bug 21738: check items count in C4:ILSDI::HoldTitle

Test plan:
  - Try holding a title without items via ILS-DI
    (cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1),
  - you get an error,
  - apply this patch,
  - try again,
  - you should get the code "Notitems"Bug 21738: check items count in
    C4:ILSDI::HoldTitle

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/ILSDI/Services.pm