From c984d682d74f74e559f83358cb605c0f29fe2ef2 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 30 Sep 2024 13:47:06 +0000 Subject: [PATCH] Bug 37891: (QA follow-up): Fix tt_valid QA test 1) Apply both patches 2) $ qa -c 2 -v 2 Amended-by: Jonathan Druart Add the different attribute at the end of the node so that we can easily see what's different between the two lines Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize --- .../prog/en/modules/tools/letter.tt | 36 +++++++++++++++---- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index 5b737953d5..1fdc04acf4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -640,14 +640,26 @@
  • [% IF letter.is_html %] - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %] [% ELSE %] - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %] [% END %]
  • - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %]
  • @@ -665,17 +677,29 @@
    - + [% ELSE%] + - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %] - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %]
    -- 2.39.5