mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Fix "actions" column for part purchase order table
This commit is contained in:
		| @@ -929,6 +929,7 @@ function loadPartPurchaseOrderTable(table, part_id, options={}) { | ||||
|             { | ||||
|                 field: 'actions', | ||||
|                 title: '', | ||||
|                 switchable: false, | ||||
|                 formatter: function(value, row) { | ||||
|                      | ||||
|                     if (row.received >= row.quantity) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user