Ver código fonte

Frontend : ajout propertyVariety et propertyAlcoholLevel

feature/export_comptable
Guillaume 4 anos atrás
pai
commit
040173bede
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ShopBundle/Model/ProductFamily.php

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

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

Carregando…
Cancelar
Salvar