Bug 27526: Fix PrefillItem
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 9 Jul 2021 07:24:19 +0000 (09:24 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Oct 2021 09:44:22 +0000 (11:44 +0200)
commit9d6fc598a43feedb521b2915a1e01f6b9baed132
tree0698b54f070419eed8ac42755b104d057d59ca8b
parent6ed29bccef590a1bc5e4cea175b41b8024483320
Bug 27526: Fix PrefillItem

We are basically adding:
  $current_item = $item->unblessed;

Other changes are for readability

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
cataloguing/additem.pl