Merge pull request #9717 from PetriAsi/fix/accessories-bulk-set-min-amt

Added #9716: Allow to bulk update accessories min_amt
This commit is contained in:
snipe 2021-06-23 14:28:59 -07:00 committed by GitHub
commit 1bc4d1b997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@ class Accessory extends SnipeModel
'supplier_id',
'image',
'qty',
'min_amt',
'requestable'
];