mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Disable filtering for total_price (as this is not a database field!)
This commit is contained in:
parent
8660f13ef5
commit
212a7eeed1
@ -364,7 +364,7 @@ $("#po-table").inventreeTable({
|
||||
}
|
||||
},
|
||||
{
|
||||
sortable: true,
|
||||
sortable: false,
|
||||
title: '{% trans "Total price" %}',
|
||||
formatter: function(value, row) {
|
||||
var total = row.purchase_price * row.quantity;
|
||||
|
Loading…
Reference in New Issue
Block a user