Explorar el Código

Frontend : ajout propertyVariety et propertyAlcoholLevel

feature/export_comptable
Guillaume hace 4 años
padre
commit
040173bede
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Model/ProductFamily.php

+ 1
- 1
ShopBundle/Model/ProductFamily.php Ver fichero

@@ -657,7 +657,7 @@ abstract class ProductFamily extends AbstractDocumentEntity implements ProductPr

public function setPropertyVariety(?string $propertyVariety): self
{
$this->propertyQuantity = $propertyVariety;
$this->propertyVariety = $propertyVariety;

return $this;
}

Cargando…
Cancelar
Guardar