From cadd011b2710a45fd94ea7f7ec5bb46e887016af Mon Sep 17 00:00:00 2001
From: Lucas Gass
Date: Mon, 29 Aug 2022 16:01:52 +0000
Subject: [PATCH] Bug 30624: (follow-up) Remove IndependentBraches check on
auth.tt
---
.../intranet-tmpl/prog/en/modules/auth.tt | 59 +++++++++----------
1 file changed, 28 insertions(+), 31 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
index e2db5e0f30..3ecd6da3d2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
@@ -85,39 +85,36 @@
- [% UNLESS IndependentBranches %]
-
-
-
-
-
- [% IF Koha.Preference('UseCirculationDesks') && Desks.all %]
-
-
-
-
- [% END %]
+
+
+
+
- [% IF Koha.Preference('UseCashRegisters') && Registers.all().size %]
-
-
-
-
- [% END %]
+ [% IF Koha.Preference('UseCirculationDesks') && Desks.all %]
+
+
+
+
+ [% END %]
+ [% IF Koha.Preference('UseCashRegisters') && Registers.all().size %]
+
+
+
+
[% END %]
--
2.30.2