Bug 20708: Add Withdrawn status when placing a request in staff
Same as bug 22021 for the withdrawn status. 1. Withdraw an item 2. Place an hold on this item Notice the new "withdrawn" status in the information column Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
127a92d8ab
commit
6ac19e02ed
1 changed files with 4 additions and 0 deletions
|
@ -676,6 +676,10 @@
|
|||
<span class="dmg">[% AuthorisedValues.GetByCode( 'DAMAGED', itemloo.damaged ) | html %]</span>
|
||||
[% END %]
|
||||
|
||||
[% IF ( itemloo.withdrawn ) %]
|
||||
<span class="wdn">[% AuthorisedValues.GetByCode( 'WITHDRAWN', itemloo.withdrawn ) | html %]</span>
|
||||
[% END %]
|
||||
|
||||
[% IF ( itemloo.notforloan ) %]
|
||||
<span class="nfl">Not for loan ([% AuthorisedValues.GetByCode( 'NOT_LOAN', itemloo.notforloan ) | html %])</span>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue