[Koha-bugs] [Bug 20469] Add item status to staff article requests form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 28 05:41:26 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 73282
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73282
Bug 20469: Add item status to staff article request form

Review of attachment 73282:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20469&attachment=73282)
-----------------------------------------------------------------

::: 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?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list