Browse Source

Frontend : ajout propertyVariety et propertyAlcoholLevel

feature/export_comptable
Guillaume 4 years ago
parent
commit
040173bede
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Model/ProductFamily.php

+ 1
- 1
ShopBundle/Model/ProductFamily.php View File



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


return $this; return $this;
} }

Loading…
Cancel
Save