Selaa lähdekoodia

Frontend : ajout propertyVariety et propertyAlcoholLevel

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

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

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

Loading…
Peruuta
Tallenna