mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Change ordering of stock item form fields
This commit is contained in:
		| @@ -241,9 +241,11 @@ function stockItemFields(options={}) { | ||||
|         serial: { | ||||
|             icon: 'fa-hashtag', | ||||
|         }, | ||||
|         batch: { | ||||
|             icon: 'fa-layer-group', | ||||
|         }, | ||||
|         status: {}, | ||||
|         expiry_date: {}, | ||||
|         batch: {}, | ||||
|         purchase_price: { | ||||
|             icon: 'fa-dollar-sign', | ||||
|         }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user