Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2694

This commit is contained in:
Matthias 2022-03-05 23:34:06 +01:00
commit 44e1021063
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -959,7 +959,7 @@ function loadPurchaseOrderTable(table, options) {
sortable: true, sortable: true,
sortName: 'supplier__name', sortName: 'supplier__name',
formatter: function(value, row) { formatter: function(value, row) {
return imageHoverIcon(row.supplier_detail.image) + renderLink(row.supplier_detail.name, `/company/${row.supplier}/purchase-orders/`); return imageHoverIcon(row.supplier_detail.image) + renderLink(row.supplier_detail.name, `/company/${row.supplier}/?display=purchase-orders`);
} }
}, },
{ {