mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 11:18:51 +02:00
Added admin page for devices
This commit is contained in:
parent
c11d78e52f
commit
df0a8254bf
5 changed files with 139 additions and 9 deletions
|
@ -57,13 +57,13 @@ class Device extends PartsContainingDBElement
|
|||
* @var int
|
||||
* @ORM\Column(type="integer")
|
||||
*/
|
||||
protected $order_quantity;
|
||||
protected $order_quantity = 0;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
* @ORM\Column(type="boolean")
|
||||
*/
|
||||
protected $order_only_missing_parts;
|
||||
protected $order_only_missing_parts = false;
|
||||
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="DevicePart", mappedBy="device")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue