Bug 22564: Add UI handling for 'Replaced'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / accounts.inc
index 678fc75..31fa26c 100644 (file)
@@ -42,6 +42,7 @@
     [%- SWITCH account.status -%]
         [%- CASE 'UNRETURNED' -%]<span> (Accruing)</span>
         [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
+        [%- CASE 'REPLACED'   -%]<span> (Replaced)</span>
         [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
         [%- CASE              -%]
     [%- END -%]