feat: restore registry procurement collection
This commit is contained in:
@@ -125,6 +125,9 @@ class CheckoCollectionAttempt(TimestampMixin, models.Model):
|
||||
BANKRUPTCY = "bankruptcy", _("Банкротства")
|
||||
CONTRACTS = "contracts", _("Контракты")
|
||||
INSPECTIONS = "inspections", _("Проверки")
|
||||
PROCUREMENTS_44FZ = "procurements_44fz", _("Закупки 44-ФЗ")
|
||||
PROCUREMENTS_223FZ = "procurements_223fz", _("Закупки 223-ФЗ")
|
||||
UNFAIR_SUPPLIERS = "unfair_suppliers", _("Недобросовестные поставщики")
|
||||
|
||||
class Status(models.TextChoices):
|
||||
IN_PROGRESS = "in_progress", _("В процессе")
|
||||
|
||||
Reference in New Issue
Block a user