mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 11:24:31 +02:00
Use the right permission for minamount part field.
This commit is contained in:
parent
d0f2667691
commit
b0fd346369
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ trait InstockTrait
|
|||
* Given in the partUnit.
|
||||
* @ORM\Column(type="float")
|
||||
* @Assert\PositiveOrZero()
|
||||
* @ColumnSecurity(prefix="mininstock", type="integer")
|
||||
* @ColumnSecurity(prefix="minamount", type="integer")
|
||||
*/
|
||||
protected $minamount = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue