mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Allow sorting by BOM notes
This commit is contained in:
@ -120,7 +120,7 @@ function loadBomTable(table, options) {
|
||||
field: 'note',
|
||||
title: 'Notes',
|
||||
searchable: true,
|
||||
sortable: false,
|
||||
sortable: true,
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user