mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-13 02:38:34 +01:00
Added admin page for devices
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user