View | Details | Raw Unified | Return to bug 20708
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +4 lines)
Lines 676-681 Link Here
676
                                                            <span class="dmg">[% AuthorisedValues.GetByCode( 'DAMAGED', itemloo.damaged ) | html %]</span>
676
                                                            <span class="dmg">[% AuthorisedValues.GetByCode( 'DAMAGED', itemloo.damaged ) | html %]</span>
677
                                                        [% END %]
677
                                                        [% END %]
678
678
679
                                                        [% IF ( itemloo.withdrawn ) %]
680
                                                           <span class="wdn">[% AuthorisedValues.GetByCode( 'WITHDRAWN', itemloo.withdrawn ) | html %]</span>
681
                                                        [% END %]
682
679
                                                        [% IF ( itemloo.notforloan ) %]
683
                                                        [% IF ( itemloo.notforloan ) %]
680
                                                           <span class="nfl">Not for loan ([% AuthorisedValues.GetByCode( 'NOT_LOAN', itemloo.notforloan ) | html %])</span>
684
                                                           <span class="nfl">Not for loan ([% AuthorisedValues.GetByCode( 'NOT_LOAN', itemloo.notforloan ) | html %])</span>
681
                                                        [% END %]
685
                                                        [% END %]
682
- 

Return to bug 20708