From b2dc45a47d85f3c239cb1c1407c6ddadb0dae168 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 14 Mar 2022 22:01:10 -1000 Subject: [PATCH] Bug 19532: (RM follow-up) Fix status finished renamed fulfilled Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc index de3036f858..75f42859ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc @@ -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 diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt index 4e22c13e0b..6fc21952c8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt @@ -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 -- 2.39.5