Ver código fonte

[Backend] Edition reduction panier

feature/module_traiteur_v1
Fab 3 anos atrás
pai
commit
b00e15ed8d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ShopBundle/Model/ReductionCart.php

+ 1
- 1
ShopBundle/Model/ReductionCart.php Ver arquivo

@@ -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()

Carregando…
Cancelar
Salvar