Fixed shopping list print view table/list sorting (fixes #2602)

This commit is contained in:
Bernd Bestel
2024-11-08 16:40:30 +01:00
parent 1b8f4e6a4f
commit 11ea8f3716
4 changed files with 12 additions and 5 deletions

View File

@@ -4,6 +4,15 @@
@section('title', $__t('Shopping list'))
@push('pageStyles')
<style>
#shopping-list-print-shadow-table_wrapper .dataTable>thead>tr>th[class*="sort"]:before,
#shopping-list-print-shadow-table_wrapper .dataTable>thead>tr>th[class*="sort"]:after {
content: "" !important;
}
</style>
@endpush
@push('pageScripts')
<script src="{{ $U('/viewjs/purchase.js?v=', true) }}{{ $version }}"></script>
@endpush