From 0423675f7b1ebaba4c5b32bf2c976c0fe9c6e11a Mon Sep 17 00:00:00 2001
From: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Date: Fri, 5 Mar 2021 08:52:37 +0000
Subject: [PATCH] Bug 26273: (QA follow-up) Remove unrequired table_controls
 div

Looks like a copy/paste issue.. I don't believe we need this div at all
for the table to function as expected and adding it just creates uneeded
whitespace.
---
 koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt
index f392fa2da9..37e6df168d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt
@@ -224,7 +224,6 @@
             [% END %]
 
             <h2>Cashup history</h2>
-            <div class="table_cashups_table_controls"></div>
             <table id="table_cashups">
                 <thead>
                     <tr>
-- 
2.20.1