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.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit f0f860a43d)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 1de535046a)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Blou 2023-10-16 11:07:39 -04:00 committed by Matt Blenkinsop
parent e1caf0e1b7
commit 9ab09a2243

View file

@ -259,7 +259,7 @@ return {
[% IF credit.library %]
<tr>
<th colspan="2" class="centerednames">
<h2>[% payment.library.branchname ) | html %]</h2>
<h2>[% payment.library.branchname | html %]</h2>
</th>
</tr>
[% END %]