From 5d4f35958dacc876f55d533d97d8f389ce2b93a7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 23 Aug 2021 21:45:32 +1000 Subject: [PATCH] Point table at the new read-only field --- InvenTree/templates/js/translated/stock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/stock.js b/InvenTree/templates/js/translated/stock.js index d722f3bff8..a7f7d84595 100644 --- a/InvenTree/templates/js/translated/stock.js +++ b/InvenTree/templates/js/translated/stock.js @@ -1080,7 +1080,7 @@ function loadStockTable(table, options) { } }, { - field: 'purchase_price', + field: 'purchase_price_string', title: '{% trans "Purchase Price" %}', sortable: true, },