https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469 --- Comment #4 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to M. Tompsett from comment #3)
Comment on attachment 73282 [details] [review] Bug 20469: Add item status to staff article request form
Review of attachment 73282 [details] [review]: -----------------------------------------------------------------
::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt @@ +42,5 @@
[% END %] +[% BLOCK item_status %][%# pass Koha::Item into myitem %] + [% IF myitem.onloan %]Checked out + [% ELSIF myitem.is_waiting_or_transit %]On hold + [% ELSE %]Available
Just curious about the lack of <span>'s. Does this translate?
Hmm It doesnt. Will add a follow-up. Need them too in the other block. Thx. -- You are receiving this mail because: You are watching all bug changes.