mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-04 07:24:34 +02:00
Extended store location options can be edited via Admin page now.
This commit is contained in:
parent
fd4b474dbd
commit
fbc5b1fc8d
3 changed files with 36 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue