From 7d84ff86062d2a4755d2e753375d38e738d51624 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 24 May 2024 13:53:36 +0000 Subject: [PATCH] Bug 31981: (follow-up) Fix typo in class name .debt_gaurantors > .debt_guarantors Signed-off-by: Katrin Fischer (cherry picked from commit 003cfc71ce4bdb83015c2dfeecb13b7d095459c8) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index d42490dd2f..13ed4cc4fb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -135,7 +135,7 @@ [% END %] [% IF ( DEBT_GUARANTORS ) %] -
  • The patron's guarantors and their other guarantees collectively have a debt of [% DEBT_GUARANTORS | $Price %].
  • +
  • The patron's guarantors and their other guarantees collectively have a debt of [% DEBT_GUARANTORS | $Price %].
  • [% END %] [% IF ( RENTALCHARGE && RENTALCHARGE > 0 ) %] -- 2.39.5