Browse Source

[Backend] Edition reduction panier

feature/module_traiteur_v1
Fab 4 years ago
parent
commit
b00e15ed8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Model/ReductionCart.php

+ 1
- 1
ShopBundle/Model/ReductionCart.php View File

protected $uncombinableTypes = []; protected $uncombinableTypes = [];


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

Loading…
Cancel
Save