From fdd61c9d924b83d0b9dcacd3c6bf42494b986418 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 14 Nov 2022 19:19:21 +0000 Subject: [PATCH] Bug 32199: (follow-up) Add page-section to list of validated discharges This requires that a discharge is added to the patron account first. Then you'll see that the 'Aready validated discharges' appear within the white page section. --- .../prog/en/modules/members/discharge.tt | 42 ++++++++++--------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt index 283c4590d4..f3668a7d49 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt @@ -62,30 +62,34 @@ [% IF patron.holds.count %]

Patron has holds. They will be cancelled if the discharge is generated.

[% END %] -
- - -
+
+
+ + +
+
[% END %] [% IF validated_discharges %] -

Already validated discharges

- - - - - - - - - [% FOR d IN validated_discharges %] +
+

Already validated discharges

+
RequestedValidated
+ - - + + - [% END %] - -
[% d.needed | $KohaDates with_hours = 1 %][% d.validated | $KohaDates with_hours = 1 %]RequestedValidated
+ + + [% FOR d IN validated_discharges %] + + [% d.needed | $KohaDates with_hours = 1 %] + [% d.validated | $KohaDates with_hours = 1 %] + + [% END %] + + + [% END %] -- 2.30.2