add is_repeatable & remove unique of org national_unique_id

This commit is contained in:
2025-10-29 09:31:56 +03:30
parent b914efd1fb
commit 83a185bd34
4 changed files with 39 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ class OrganizationTypeSerializer(serializers.ModelSerializer):
'key',
'name',
'org_type_field',
'is_repeatable'
]