fix: mioitempurin bug
This commit is contained in:
parent
db792a2de5
commit
42769e3abe
|
@ -284,7 +284,7 @@ class MIOItemPurInTestSerializer(CustomModelSerializer):
|
|||
class Meta:
|
||||
model = MIOItem
|
||||
fields = ['id', 'test_date', 'test_user',
|
||||
'count_bag', 'count_sampling' 'weight_kgs', 'is_testok', 'test_note']
|
||||
'count_bag', 'count_sampling', 'weight_kgs', 'is_testok', 'test_note']
|
||||
extra_kwargs = {
|
||||
'test_date': {'required': True},
|
||||
'test_user': {'required': True}
|
||||
|
|
Loading…
Reference in New Issue