From f475cebd27ab44fba5b885b2e415943768f4c38d Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 30 Sep 2024 13:47:06 +0000 Subject: [PATCH] [24.05]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 --- .../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 b1c5b88cfb..2d371842ce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -630,14 +630,26 @@
  • [% IF letter.is_html %] - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %] [% ELSE %] - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %] [% END %]
  • - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %]
  • @@ -655,17 +667,29 @@
    - + [% ELSE%] + - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %] - + [% IF sms_readonly %] + + [% ELSE %] + + [% END %]
    -- 2.39.5