From 6a04e8b059830139339fc4f1ba791e5824251498 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 8 May 2019 14:14:46 +1000 Subject: [PATCH] Allow sorting by BOM notes --- InvenTree/static/script/inventree/bom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/static/script/inventree/bom.js b/InvenTree/static/script/inventree/bom.js index 55a629fada..b96ae49050 100644 --- a/InvenTree/static/script/inventree/bom.js +++ b/InvenTree/static/script/inventree/bom.js @@ -120,7 +120,7 @@ function loadBomTable(table, options) { field: 'note', title: 'Notes', searchable: true, - sortable: false, + sortable: true, } ); @@ -159,7 +159,7 @@ function loadBomTable(table, options) { } ); } - + // Configure the table (bootstrap-table) table.bootstrapTable({