Parcourir la source

Frontend : ajout propertyVariety et propertyAlcoholLevel

feature/export_comptable
Guillaume il y a 4 ans
Parent
révision
040173bede
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      ShopBundle/Model/ProductFamily.php

+ 1
- 1
ShopBundle/Model/ProductFamily.php Voir le fichier

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

Chargement…
Annuler
Enregistrer