http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12670
Frédéric Demians <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Frédéric Demians <[email protected]> --- (In reply to Katrin Fischer from comment #8) > - The check-in and check-out messages still show the code and not the > description. Do you mean that a follow-up patch is required? I agree that if this patch is necessary on catalogue/details.pl page, other pages displaying items.materials should be updated. > - The code is not specific enough. It doesn't check if the subfield is mapped > to an authorized value. The translation to a description will also happen, if > you haven't mapped your framework to an authorized value at all. I don't understand. How can the translation to a description happen without AV? > - It doesn't look for a specific authorized value category, so if you have > the same codes in multiple categories, the display is kinda random. I think you're wrong. The call to GetAuthValCode() returns the name of the AV list linked to items.materials. And then, the available values for this specific AV are retrieved by calling GetAuthorisedValues. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
