Bug 35329: Remove fixedHeader

If fixedHeader is set for the result table in the modal, the header will
still appear (quite randomly) on the main view.

To recreate the problem:
Go to /cgi-bin/koha/members/memberentry.pl
Click Add guarantor
Search
Close the modal
Scroll down
=> The header of the table will be displayed randomly at the top of the
page

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2024-01-10 09:04:31 +01:00
parent 2880efc517
commit eb0a846329
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -653,6 +653,7 @@
});
},
[% END %]
fixedHeader: false,
}, typeof table_settings !== 'undefined' ? table_settings : null, 1, additional_filters);
patron_search_form.on('submit', filter);