mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Forgot to save...
This commit is contained in:
parent
dd8fa5ff66
commit
22e9e4e311
|
|
@ -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': [
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user