https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25609 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Kyle M Hall from comment #1)
(In reply to Jonathan Druart from comment #0)
Initially the course reserves used "location", since bug 21446 it uses "permanent location".
It leads to a display problem if permanent location is not set, but location is.
Reported initially on bug 25444 comment 14.
That leads to an interesting question; How is it possible to have permanent location not set while location is? Koha::Item::store sets permanent_location to location if it doesn't have one in nearly all scenarios.
I checked an installation continually updates from 3.2 - and the permanent_location is definitely empty there. I don't think we ever did a global change for that to clean up existing data. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.