|  | @@ -39,7 +39,7 @@ class ComputedCommerceProductReferences extends EntityReferenceFieldItemList
 | 
	
		
			
				|  |  |          ->condition('status', 1)
 | 
	
		
			
				|  |  |          ->sort('created', 'ASC')
 | 
	
		
			
				|  |  |          // ->exists('field_visuel')
 | 
	
		
			
				|  |  | -        // ->condition('type', 'article')
 | 
	
		
			
				|  |  | +        ->condition('type', 'materio_product_license_type')
 | 
	
		
			
				|  |  |          ->range(0,12);
 | 
	
		
			
				|  |  |      $ids = $query->execute();
 | 
	
		
			
				|  |  |      $i = 0;
 |