Summary: | Items with 952 using a authorized value display the code not the description on detail.tt | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall, m.de.rooy, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Lucas Gass (lukeg)
2023-06-09 18:39:05 UTC
Is it a regression? Can reproduce this too under 21.11 I don't think it ever worked. These fields are thought to be text, not AV codes. There is no code in the various templates to check for both options. (In reply to Katrin Fischer from comment #3) > I don't think it ever worked. These fields are thought to be text, not AV > codes. There is no code in the various templates to check for both options. Then if we want to fix that it could be done on top of bug 33568, if I correctly understood the problem... embedding the stringified version of the attributes it seems straightforward. |