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