Browse Source

Merge branch 'develop'

master
Fab 3 years ago
parent
commit
176ae889bd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Model/ReductionCart.php

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

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

Loading…
Cancel
Save