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, },