Ver código fonte

Merge branch 'develop'

master
Fab 4 anos atrás
pai
commit
176ae889bd
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