Bug 22564: Add UI handling for 'Replaced'
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / includes / account-table.inc
index 6a1b891..91c4282 100644 (file)
     [%- 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 -%]