mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2694
This commit is contained in:
		@@ -959,7 +959,7 @@ function loadPurchaseOrderTable(table, options) {
 | 
			
		||||
                sortable: true,
 | 
			
		||||
                sortName: 'supplier__name',
 | 
			
		||||
                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`);
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user