https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30089
--- Comment #6 from Fridolin Somers <[email protected]> --- > > I believe this line is not right - if OPAC description hasn't been set, the > normal description should be used. Correct. But this would change the current behavior no ? Also isn't it a way to hide a value from OPAC an see it only on staff interface ? TT plugin does the fallback in GetDescriptionByKohaField : https://git.koha-community.org/Koha-community/Koha/src/commit/65cc721e9f90fea4d0eb3d2b85831b60f3046ce6/Koha/Template/Plugin/AuthorisedValues.pm#L76 But not in GetByCode : https://git.koha-community.org/Koha-community/Koha/src/commit/65cc721e9f90fea4d0eb3d2b85831b60f3046ce6/Koha/Template/Plugin/AuthorisedValues.pm#L27 -- 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/
