Forgot to save...

This commit is contained in:
Bernd Bestel 2020-11-15 14:59:54 +01:00
parent dd8fa5ff66
commit 22e9e4e311
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ if (Grocy.EditMode === 'create')
}
}
var quConversionsTable = $('#qu-conversions-table').DataTable({
var quConversionsTable = $('#qu-conversions-table-products').DataTable({
'order': [[1, 'asc']],
"orderFixed": [[4, 'asc']],
'columnDefs': [

View File

@ -510,7 +510,7 @@
<th class="border-right"><a class="text-muted change-table-columns-visibility-button"
data-toggle="tooltip"
title="{{ $__t('Hide/view columns') }}"
data-table-selector="#qu-conversions-table"
data-table-selector="#qu-conversions-table-products"
href="#"><i class="fas fa-eye"></i></a>
</th>
<th>{{ $__t('Quantity unit from') }}</th>