Bläddra i källkod

[Frontend] Correctif originProduct

feature/export_comptable
Guillaume 4 år sedan
förälder
incheckning
3b82c5ca18
1 ändrade filer med 10 tillägg och 0 borttagningar
  1. +10
    -0
      ShopBundle/Model/ProductFamily.php

+ 10
- 0
ShopBundle/Model/ProductFamily.php Visa fil

@@ -813,4 +813,14 @@ abstract class ProductFamily extends AbstractDocumentEntity implements ProductPr
return false;
}
}

public function hasOneProductOnline()
{
if( ($this->getActiveProducts() && count($this->getProductsOnline()) > 0)
|| (!$this->getActiveProducts() && $this->getOriginProduct())){
return true ;
}

return false ;
}
}

Laddar…
Avbryt
Spara