|  | @@ -156,16 +156,12 @@ namespace Comal.Classes
 | 
	
		
			
				|  |  |          IStockHolding, ILicense<WarehouseLicense>
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  |          
 | 
	
		
			
				|  |  | -        [EntityRelationship(DeleteAction.Cascade)]
 | 
	
		
			
				|  |  |          public ProductLink Product { get; set; }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        [EntityRelationship(DeleteAction.Cascade)]
 | 
	
		
			
				|  |  |          public ProductStyleLink Style { get; set; }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        [EntityRelationship(DeleteAction.Cascade)]
 | 
	
		
			
				|  |  |          public StockLocationLink Location { get; set; }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        [EntityRelationship(DeleteAction.SetNull)]
 | 
	
		
			
				|  |  |          public JobLink Job { get; set; }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          [RequiredColumn]
 |