Bug 19350 - Holds without link in 773 trigger SQL::Abstract::puke
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 20 Sep 2017 14:01:16 +0000 (16:01 +0200)
committerMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 04:35:22 +0000 (17:35 +1300)
commit14e82ee30d0bbd24870d9e62c63a2968d15c0493
tree567a1d045745d23907df1e851ed17209ee9f7ff4
parentb02a0af06e92d244aa65b7cc2b451b74fc02bc0f
Bug 19350 - Holds without link in 773 trigger SQL::Abstract::puke

Test:
1. find bibio without items which has something in field 773
   (for us, it's article) but doesn't have 0 or 9 (host item entry)
2. click on hold in left menu
3. verify application error
4. apply patch and verify that it works

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Items.pm