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>
This commit is contained in:
Blou 2023-10-16 11:07:39 -04:00 committed by Tomas Cohen Arazi
parent c8748cd289
commit f0f860a43d
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

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 %]