mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Remove restriction on row action (#9201)
This commit is contained in:
		| @@ -593,7 +593,6 @@ export default function BuildLineTable({ | ||||
|           icon: <IconShoppingCart />, | ||||
|           title: t`Order Stock`, | ||||
|           hidden: !canOrder, | ||||
|           disabled: !table.hasSelectedRecords, | ||||
|           color: 'blue', | ||||
|           onClick: () => { | ||||
|             setPartsToOrder([record.part_detail]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user