|  |  |  | @ -55,7 +55,6 @@ public class WorkOrder implements Delayed {@@ -55,7 +55,6 @@ public class WorkOrder implements Delayed { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         JSONObject jsonWorkOrder = new JSONObject(); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         jsonWorkOrder.put("workOrderID", workOrder.workOrderID); | 
			
		
	
		
			
				
					|  |  |  |  |         jsonWorkOrder.put("vendor", workOrder.vendor.getObjectUUID()); | 
			
		
	
		
			
				
					|  |  |  |  |         jsonWorkOrder.put("slots_used", workOrder.slots_used); | 
			
		
	
		
			
				
					|  |  |  |  |         jsonWorkOrder.put("total_to_produce", workOrder.total_to_produce); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |