https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25444
--- Comment #18 from Kyle M Hall <[email protected]> --- (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? That was a change made on bug 21446, which doesn't really justify the change. In my original code, everything operates on the 'location' column. The code has never touch permanent location. I would suggest reverting the behavior of 21446. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
