mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Make min_amt fillable
This commit is contained in:
parent
e91a537552
commit
73e788b94b
|
@ -53,6 +53,7 @@ class Component extends SnipeModel
|
|||
'name',
|
||||
'purchase_cost',
|
||||
'purchase_date',
|
||||
'min_amt',
|
||||
'qty',
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue