feat: restore report files and export claim amounts
This commit is contained in:
@@ -101,6 +101,9 @@ class ArbitrationCaseFactory(factory.django.DjangoModelFactory):
|
||||
court_name = "Арбитражный суд города Москвы"
|
||||
party_role = "defendant"
|
||||
status = "hearing_scheduled"
|
||||
claim_amount = factory.LazyAttribute(
|
||||
lambda _: fake.pydecimal(left_digits=8, right_digits=2, positive=True)
|
||||
)
|
||||
decision_date = factory.LazyAttribute(lambda _: fake.date_this_year())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user