From 6d19bf616552922d48260d1255afe42b45726564 Mon Sep 17 00:00:00 2001 From: Blou Date: Mon, 16 Oct 2023 11:07:39 -0400 Subject: [PATCH] Bug 35064: Extra parenthesis in db_revs/220600072.pl See Bug 34332. The same error it corrected is also present in the update process. This patch simply removes an extra parenthesis in the tt instruction. --- installer/data/mysql/db_revs/220600072.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/db_revs/220600072.pl b/installer/data/mysql/db_revs/220600072.pl index 19b9c94597..52b7684527 100755 --- a/installer/data/mysql/db_revs/220600072.pl +++ b/installer/data/mysql/db_revs/220600072.pl @@ -259,7 +259,7 @@ return { [% IF credit.library %] -

[% payment.library.branchname ) | html %]

+

[% payment.library.branchname | html %]

[% END %] -- 2.34.1