https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15922 --- Comment #6 from Owen Leonard <oleonard@myacpl.org> --- (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. -- You are receiving this mail because: You are watching all bug changes.