mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Allow sorting of part table by unallocated_stock
This commit is contained in:
		| @@ -1384,7 +1384,7 @@ function loadPartTable(table, url, options={}) { | ||||
|                         link = '?display=build-orders'; | ||||
|                     } else { | ||||
|                         // There is no available stock | ||||
|                         value = `0<span class='badge badge-right rounded-pill bg-warning'>{% trans "Not available" %}</span>`; | ||||
|                         value = `0<span class='badge badge-right rounded-pill bg-warning'>{% trans "No stock available" %}</span>`; | ||||
|                     } | ||||
|                 } | ||||
|             } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user