change on broker (organization type) - some changes on livestock & herd
This commit is contained in:
@@ -19,6 +19,11 @@ class TagSerializer(serializers.ModelSerializer):
|
||||
'organization',
|
||||
'status',
|
||||
]
|
||||
extra_kwargs = {
|
||||
'serial': {
|
||||
'required': False
|
||||
}
|
||||
}
|
||||
|
||||
def update(self, instance, validated_data):
|
||||
""" update tag information """
|
||||
|
||||
Reference in New Issue
Block a user