Skip to content

Commit

Permalink
Bug 28762: (follow-up) fix template logic with Available
Browse files Browse the repository at this point in the history
Signed-off-by: Hayley Pelham <[email protected]>
Signed-off-by: Martin Renvoize <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>
Signed-off-by: Martin Renvoize <[email protected]>
  • Loading branch information
ricofreak authored and mrenvoize committed Jul 23, 2024
1 parent e3e306e commit 316c14c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions koha-tmpl/intranet-tmpl/prog/en/includes/item-status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,5 @@
[% END %]

[% IF ( itemavailable ) %]
[% IF NOT item.isa('Koha::Item') %]
<span class="item-status available">Available</span>
[% END %]
[% END %]

0 comments on commit 316c14c

Please sign in to comment.