2.1.15 change cargo_type and transport_type names

This commit is contained in:
SDE
2025-01-14 18:38:38 +03:00
parent 4b57ad3f8b
commit a40ae5d37d
5 changed files with 51 additions and 9 deletions

View File

@@ -5,9 +5,9 @@ from colorfield.fields import ColorField
type_transport_choices = [
('road', _('Авто (любой наземный транспорт)')),
('avia', _('Авиа')),
('', _('Мне без разницы')),
('avia', _('Авиатранспорт')),
('road', _('Наземный транспорт'))
]
transfer_location_choices = (
@@ -17,11 +17,11 @@ transfer_location_choices = (
)
cargo_type_choices = (
('passenger', _('Пассажир')),
('cargo', _('Груз (свыше 30 кг)')),
('parcel', _('Бандероль (до 5кг)')),
('letter', _('Письмо\Документы')),
('package', _('Посылка (до 30кг)')),
('letter', _('Письмо\Документы'))
('passenger', _('Попутчик')),
('parcel', _('Бандероль (до 5кг)')),
('cargo', _('Груз (свыше 30 кг)')),
)
owner_type_choices = (