Parcourir la source

Merge branch 'develop'

master
Fab il y a 4 ans
Parent
révision
176ae889bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      ShopBundle/Model/ReductionCart.php

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

@@ -71,7 +71,7 @@ abstract class ReductionCart extends AbstractEntity implements ReductionProperty
protected $uncombinableTypes = [];

/**
* @ORM\Column(type="integer")
* @ORM\Column(type="integer", nullable=true)
*/
protected $availableQuantityPerCode;
public function __toString()

Chargement…
Annuler
Enregistrer