https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15922 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #11 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Owen Leonard from comment #6)
(In reply to Jonathan Druart from comment #5)
I personally think we should fix all of them at the same time.
I'd be happy to submit a follow-up for moredetail.tt and detail.tt.
Yes, but for these 3 ones I am pretty sure everybody keeps the default value.
This bug exists because we use more than just the default value for lost, and damaged and we want to see those locally-defined values. Bug 11280 shows that there was a need for withdrawn to be the same.
catalogue/detail.tt 662 [% IF ( item.withdrawn ) %] 663 <span class="wdn">Withdrawn</span> 664 [% END %]
catalogue/detail.tt already shows the authorized value description for lost and damaged. That it doesn't do so for withdrawn is a bug which should have been fixed by Bug 11280.
I propose Bug 20341 for that. The idea is to just implement for withdrawn the same behavior as lost and damaged. -- You are receiving this mail because: You are watching all bug changes.