From 2126f21b62b44dfc0c74517a61e35574751ed312 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=UTF-8 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 --- .../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 986e57d5c7..f9f575c9bb 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 @@ -153,6 +153,7 @@ [% IF debit_types.count %] + @@ -163,6 +164,7 @@ [% FOREACH debit_type IN debit_types %] + @@ -219,14 +221,34 @@ [% END %] -- 2.20.1
System Code Description Default amount
[% debit_type.is_system | html %] [% debit_type.code | html %] [% debit_type.description | html %] [% debit_type.default_amount | $Price %]