Extended store location options can be edited via Admin page now.

This commit is contained in:
Jan Böhmer 2019-08-14 18:45:28 +02:00
parent fd4b474dbd
commit fbc5b1fc8d
3 changed files with 36 additions and 5 deletions

View file

@ -92,19 +92,19 @@ class Storelocation extends PartsContainingDBElement
* @var bool
* @ORM\Column(type="boolean")
*/
protected $is_full;
protected $is_full = false;
/**
* @var bool
* @ORM\Column(type="boolean")
*/
protected $only_single_part;
protected $only_single_part = false;
/**
* @var bool
* @ORM\Column(type="boolean")
*/
protected $limit_to_existing_parts;
protected $limit_to_existing_parts = false;
/**
* @var MeasurementUnit|null The measurement unit, which parts can be stored in here