fix: create organizations from form uploads
All checks were successful
All checks were successful
This commit is contained in:
@@ -61,7 +61,7 @@ class FormF3ParserTest(TestCase):
|
||||
self.assertIn("total_equipment", field_names)
|
||||
|
||||
def test_create_record_uses_existing_organization(self):
|
||||
"""Report imports must attach rows only to preloaded Mostovik organizations."""
|
||||
"""Report imports reuse existing organizations when available."""
|
||||
parser = FormF3Parser(report_year=2026, report_quarter=1)
|
||||
parser.load_batch = 503
|
||||
organization = OrganizationFactory.create(inn="3234567890")
|
||||
|
||||
Reference in New Issue
Block a user