From 003cfc71ce4bdb83015c2dfeecb13b7d095459c8 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 --- 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 b7b4594905..3c9c6cfcb9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -138,7 +138,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