feat: import mostovik exchange sections
All checks were successful
CI/CD Pipeline / Run Tests (push) Successful in 6m12s
CI/CD Pipeline / Code Quality Checks (push) Successful in 6m19s
CI/CD Pipeline / Build Docker Images (push) Successful in 2m21s
CI/CD Pipeline / Push to Gitea Registry (push) Successful in 1s
CI/CD Pipeline / Deploy to Server (push) Successful in 1s
All checks were successful
CI/CD Pipeline / Run Tests (push) Successful in 6m12s
CI/CD Pipeline / Code Quality Checks (push) Successful in 6m19s
CI/CD Pipeline / Build Docker Images (push) Successful in 2m21s
CI/CD Pipeline / Push to Gitea Registry (push) Successful in 1s
CI/CD Pipeline / Deploy to Server (push) Successful in 1s
This commit is contained in:
@@ -253,7 +253,7 @@ class BaseExcelParser(ABC, Generic[T]):
|
||||
]
|
||||
|
||||
def create_record(self, row_data: RowData) -> FormF1Record:
|
||||
org = OrganizationService.get_or_create_by_inn(...)
|
||||
org = OrganizationService.get_required_by_inn(...)
|
||||
return FormF1Record.objects.create(organization=org, ...)
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user