From 6d2875aa32efc942901e3af728c65d1d52689d18 Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Wed, 20 Nov 2024 09:38:53 -0500 Subject: [PATCH] Bug 38343: (QA follow-up) Always show filters If a library is expecting to have open invoices and does not, they may want to check the closed invoices. The option to include closed invoices should be visible in that case - otherwise, it's several extra clicks to back out into the Acquisitions module and search the invoices. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt index 769e1c9e72..e8698d49b2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt @@ -34,11 +34,7 @@
- [% IF ( count ) %]
- [% ELSE %] -
- [% END %]
[% INCLUDE 'messages.inc' %]

Receive shipment from vendor [% name | html %]

@@ -202,7 +198,7 @@
-[% IF ( count ) %] +
-[% END %] +
[% MACRO jsinclude BLOCK %] -- 2.34.1