mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Fix broken URL
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