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

@@ -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…
Cancel
Save