mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Disable filtering for total_price (as this is not a database field!)
This commit is contained in:
@ -364,7 +364,7 @@ $("#po-table").inventreeTable({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
sortable: true,
|
sortable: false,
|
||||||
title: '{% trans "Total price" %}',
|
title: '{% trans "Total price" %}',
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
var total = row.purchase_price * row.quantity;
|
var total = row.purchase_price * row.quantity;
|
||||||
|
Reference in New Issue
Block a user