]> git.koha-community.org Git - koha.git/commit
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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Tue, 25 May 2021 14:09:51 +0000 (14:09 +0000)
commit6c7b6fd80a4445a13c1ef762ae899c02b628b181
tree01145133a68a608dff49553784882bbf27827639
parent60c61af04c00a42c56bc26cdb0859b08bbabf6cb
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>
(cherry picked from commit f5bd16410a5c2dc597c265eec46a771cceec72bb)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 040861392c39165398aadefb168176d787201d4b)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/Biblio.pm