mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	[PUI] Fix broken SKU link (#7909)
* Add API bump
* [PUI] Fix SKU link is broken
Closes https://github.com/invenhost/InvenTree/issues/88
* Revert "Add API bump"
This reverts commit 9135e443a9.
			
			
This commit is contained in:
		| @@ -61,7 +61,11 @@ export function SupplierPriceBreakColumns(): TableColumn[] { | ||||
|       render: (record: any) => { | ||||
|         return ( | ||||
|           <Anchor | ||||
|             href={getDetailUrl(ModelType.supplierpart, record.part_detail.pk)} | ||||
|             href={getDetailUrl( | ||||
|               ModelType.supplierpart, | ||||
|               record.part_detail.pk, | ||||
|               true | ||||
|             )} | ||||
|           > | ||||
|             {record.part_detail.SKU} | ||||
|           </Anchor> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user