mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 19:34:31 +02:00
Allow to set basic data via import
This commit is contained in:
parent
7a9b7c87a4
commit
85ae862381
5 changed files with 12 additions and 12 deletions
|
@ -48,7 +48,7 @@ trait InstockTrait
|
|||
* Given in the partUnit.
|
||||
* @ORM\Column(type="float")
|
||||
* @Assert\PositiveOrZero()
|
||||
* @Groups({"extended", "full"})
|
||||
* @Groups({"extended", "full", "import"})
|
||||
*/
|
||||
protected float $minamount = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue