https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25444 --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Katrin Fischer from comment #16)
Maps (Books) Fiction (Reference) Unchanged => WRONG Should be Unchanged (General Stacks) Riverside (Fairview) Unchanged (Fairview)
I thought you said we would be dealing with this here:
Will be fixed by the follow-up I have just attached to bug 22630: Bug 22630: Display correct "in storage" value (In reply to Jonathan Druart from comment #15) The template is displaying permanent_location, is that correct? In C4::CourseReserves we always play with items.location. I have, in DB: homebranch: RPL holdingbranch: FPL location: GEN permanent_location: NULL
I guess that's why I don't see the "location". What is the expected behaviour here?
It's a good question. I am not sure about the mechanics - if permanent_location should be automatically pre-populated or will onyl be if you use the CART feature. I checked or oldest database and permanent_location is almost always empty. I think we should better use location here or have a fallback to it if permanent_location is empty. -- You are receiving this mail because: You are watching all bug changes.