fix(parsers): widen industrial product code fields
This commit is contained in:
@@ -318,13 +318,13 @@ class IndustrialProductRecord(TimestampMixin, models.Model):
|
||||
)
|
||||
okpd2_code = models.CharField(
|
||||
_("код ОКПД2"),
|
||||
max_length=20,
|
||||
max_length=255,
|
||||
blank=True,
|
||||
help_text=_("Код по ОКПД2"),
|
||||
)
|
||||
tnved_code = models.CharField(
|
||||
_("код ТН ВЭД"),
|
||||
max_length=20,
|
||||
max_length=255,
|
||||
blank=True,
|
||||
help_text=_("Код по ТН ВЭД"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user