Bug 27837: Always pass permanent location from items editor if it was defined
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 6 May 2021 13:09:03 +0000 (09:09 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 19 May 2021 13:06:42 +0000 (15:06 +0200)
commitf5bd16410a5c2dc597c265eec46a771cceec72bb
tree8663817bfb5f9fc359f9e1c591e089467a346288
parentdb382ebaffd393151e0ebd8e6579f5c11969a90c
Bug 27837: Always pass permanent location from items editor if it was defined

By always passing permenent location from the items editor, we can know
if permanent location was defined in the framework. This means we can
know if we should update permanent location independently of location
even if permenent location has an empty value.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Biblio.pm