Point table at the new read-only field

This commit is contained in:
Oliver 2021-08-23 21:45:32 +10:00
parent bb8b85c375
commit 5d4f35958d

View File

@ -1080,7 +1080,7 @@ function loadStockTable(table, options) {
} }
}, },
{ {
field: 'purchase_price', field: 'purchase_price_string',
title: '{% trans "Purchase Price" %}', title: '{% trans "Purchase Price" %}',
sortable: true, sortable: true,
}, },