Bug 23081: [19.11.x] Set items.issues to 0 if not provided (AddItem)
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 May 2020 14:04:27 +0000 (16:04 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 14 May 2020 21:43:48 +0000 (21:43 +0000)
commitbd120a13915499a1dbf813f2221c7a24991fa15e
treeeb354f45db849b1539c6fc591891e7b7ef442e16
parent198c7067bd49f2ccfef0a2a4291a960f42d9378e
Bug 23081: [19.11.x] Set items.issues to 0 if not provided (AddItem)

In master it has been replaced by Koha::Object->store and we deal with
the default value.

Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 5a2506a849b3848045482987e166da09e2d72d43)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Items.pm