Bug 23463: (RM follow-up) Add try block around Illrequest item creation
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Mar 2020 10:31:39 +0000 (10:31 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Mar 2020 10:33:20 +0000 (10:33 +0000)
commit2edd08b4d820a9cbecb548c7e238b1322acbca9e
tree0554bc9773db9cf36e4772636c38a00a9105cc36
parente6d255b5e50b141caec6aad60f5dd440ba4af02f
Bug 23463: (RM follow-up) Add try block around Illrequest item creation

The recently introduced Ill item creation for circulation feature was
not properly handling the move from AddItem to Koha::Item->new()->store.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Illrequest.pm