From 9641b3c8c7f078562cf7d07500780cbcc09f7fa1 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 10 Oct 2019 09:08:55 +0100 Subject: [PATCH] Bug 23049: Filter out system types by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Test Plan 1) Navigate to the debit types management page added in previous patches 2) Note that system types are now filtered out by default 3) Click on the new unfilter button to include system types 4) Signoff Signed-off-by: Séverine QUEUNE Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- .../prog/en/modules/admin/debit_types.tt | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt index aa5c401f2f..05b5161519 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt @@ -151,6 +151,7 @@ [% IF debit_types.count %] + @@ -161,6 +162,7 @@ [% FOREACH debit_type IN debit_types %] + @@ -217,14 +219,34 @@ [% END %] -- 2.39.2
System Code Description Default amount
[% debit_type.is_system | html %] [% debit_type.code | html %] [% debit_type.description | html %] [% debit_type.default_amount | $Price %]