Bug 19532: (RM follow-up) Fix status finished renamed fulfilled

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Fridolin Somers 2022-03-14 22:01:10 -10:00
parent 9cb2ff97d2
commit b2dc45a47d
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@
Cancelled on [% recall.cancellationdate | $KohaDates %]
[% ELSIF ( recall.overdue ) %]
Overdue to be returned
[% ELSIF ( recall.finished ) %]
[% ELSIF ( recall.fulfilled ) %]
Fulfilled
[% ELSE %]
Requested

View file

@ -92,7 +92,7 @@
Expired on [% RECALL.expirationdate | $KohaDates %]
[% ELSIF ( RECALL.cancelled ) %]
Cancelled on [% RECALL.cancellationdate | $KohaDates %]
[% ELSIF ( RECALL.finished ) %]
[% ELSIF ( RECALL.fulfilled ) %]
Fulfilled
[% ELSE %]
Requested