2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Fixes for ordering of stock table

This commit is contained in:
Oliver
2021-08-26 08:24:31 +10:00
parent 212a7eeed1
commit bad246bca6
3 changed files with 29 additions and 7 deletions

View File

@ -383,7 +383,7 @@ $("#po-table").inventreeTable({
}
},
{
sortable: true,
sortable: false,
field: 'received',
switchable: false,
title: '{% trans "Received" %}',