I see the new column in the items table but when I save an item with the new field nothing shows up in items.sub_location. I only see the data in more_subfields_xml.
Even after manually adding data to items.sub_location, I don't see the information appearing in circ/returns.tt. On the detail page I see the authorized value code instead of the description. It's hard to say what is going on here. I installed patches from a scratch and everything works as expected when adding new item. But I don't see it on detail
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34142 --- Comment #8 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- (In reply to Owen Leonard from comment #7) page or in returns page.
Should sub-location appear in every place where location appears? (if so please see Bug 35059) It could, I'll add it after I fix those other pages.
Should sub-location only display when a location is defined? I think it should be displayed even if location is not defined.
Shouldn't the new column in the table have the same capacity as items.location? The new one is varchar(10) instead of item.location's varchar(80) I don't see why not.
-- You are receiving this mail because: You are watching all bug changes.