From 5ed8958d1546d4b3a47661b534c0f761aa6bb183 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 30 Jan 2023 12:28:03 +0000 Subject: [PATCH] Bug 32743: (follow-up) Add markup comments This patch adds comments to the template to highlight the markup structure. This patch should have no effect on the page's appearance or functionality. Signed-off-by: Lucas Gass --- .../prog/en/modules/acqui/invoice.tt | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt index 8e0255bede7..eac6f77234a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -173,7 +173,7 @@ [% END %] - [% END %] + [% END # /IF ( invoiceclosedate ) %]
@@ -246,8 +246,8 @@ [% ELSE %]

None

- [% END %] - [% END %] + [% END # /IF reasons.0 %] + [% END # /IF readonly %] [% IF readonly %] @@ -275,16 +275,16 @@ [% END %] - [% END %] + [% END # /IF adjustment.encumber_open %] [% UNLESS readonly %] Delete [% END %] - [% END %] - - [% END %] + [% END # /FOREACH adjustment %] + + [% END # /IF adjustments %] [% UNLESS readonly %]

@@ -318,7 +318,7 @@ None

Define values in authorised value category ADJ_REASON to enable
- [% END %] + [% END # /IF reasons.0 %]
  • @@ -336,12 +336,12 @@
  • -
    +
    - [% END %] + [% END #/UNLESS readonly %] @@ -428,7 +428,7 @@ Modify fund - [% END %] + [% END # /FOREACH order %] [% FOR tf IN foot_loop %] @@ -444,7 +444,7 @@ [% tf.tax_value | $Price %]   - [% END %] + [% END # /FOR tf %] Total ([% currency.symbol | html %]) @@ -470,7 +470,7 @@   - + [% ELSE %]

    No orders yet

    @@ -478,7 +478,7 @@

    Adjustments plus shipping: [% total_adj + shipmentcost | $Price %]

    [% END %]
    - [% END %] + [% END # /IF orders_loop.size %] [% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %]

    Files attached to invoice

    @@ -505,8 +505,8 @@ [% END %] - - [% END %] + + [% END # /IF AcqEnableFiles %] -- 2.30.2