diff --git a/InvenTree/order/templates/order/purchase_order_detail.html b/InvenTree/order/templates/order/purchase_order_detail.html index 2048599825..df22e60a20 100644 --- a/InvenTree/order/templates/order/purchase_order_detail.html +++ b/InvenTree/order/templates/order/purchase_order_detail.html @@ -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;