Selaa lähdekoodia

[Frontend] Correctif originProduct

feature/export_comptable
Guillaume 4 vuotta sitten
vanhempi
commit
3b82c5ca18
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. +10
    -0
      ShopBundle/Model/ProductFamily.php

+ 10
- 0
ShopBundle/Model/ProductFamily.php Näytä tiedosto

@@ -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 ;
}
}

Loading…
Peruuta
Tallenna