Bugzilla – Attachment 153789 Details for
Bug 34332
Syntax error in point of sale email template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34332: Removed extra parenthesis that was causing an error
Bug-34332-Removed-extra-parenthesis-that-was-causi.patch (text/plain), 1.08 KB, created by
Katrin Fischer
on 2023-07-21 13:23:16 UTC
(
hide
)
Description:
Bug 34332: Removed extra parenthesis that was causing an error
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-21 13:23:16 UTC
Size:
1.08 KB
patch
obsolete
>From 17a4051e80a61e3507ad5893f65fa4fded049268 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Thu, 20 Jul 2023 18:23:32 +0000 >Subject: [PATCH] Bug 34332: Removed extra parenthesis that was causing an > error > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 15adee5090..3b0892188b 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -1679,7 +1679,7 @@ tables: > - " [% IF credit.library %]" > - " <tr>" > - " <th colspan=\"2\" class=\"centerednames\">" >- - " <h2>[% payment.library.branchname ) | html %]</h2>" >+ - " <h2>[% payment.library.branchname | html %]</h2>" > - " </th>" > - " </tr>" > - " [% END %]" >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34332
:
153741
| 153789