From c2129e8e9e8059673e10d23b583829f40029a951 Mon Sep 17 00:00:00 2001 From: David Nind Date: Sat, 26 Apr 2025 03:28:22 +0000 Subject: [PATCH] Bug 38532: (follow-up) Add missing space for credits message Fix credit message to add a missing space: - Previously: Credits: Patron has outstanding creditsof - Now: Credits: Patron has outstanding credits of Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc index b5136f02b3..44ee3360e6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc @@ -171,7 +171,7 @@ [% END %] [% IF ( credits ) %] -
  • Credits: Patron has outstanding credits[% IF ( creditsamount ) %]of [% creditsamount | $Price %][% END %]
  • +
  • Credits: Patron has outstanding credits[% IF ( creditsamount ) %] of [% creditsamount | $Price %][% END %]
  • [% END %] [% IF (noissues && CAN_user_circulate_force_checkout && !moremember) %]
  • -- 2.39.5