feat(units): добавить единицу измерения "Коробка" в дефолтный набор

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-18 20:07:43 +03:00
parent e10f2c413b
commit e3949d249f

View File

@@ -31,6 +31,7 @@ class UnitOfMeasureService:
{'code': 'банч', 'name': 'Банч', 'short_name': 'банч', 'position': 10}, {'code': 'банч', 'name': 'Банч', 'short_name': 'банч', 'position': 10},
{'code': 'ветка', 'name': 'Ветка', 'short_name': 'вет.', 'position': 11}, {'code': 'ветка', 'name': 'Ветка', 'short_name': 'вет.', 'position': 11},
{'code': 'пучок', 'name': 'Пучок', 'short_name': 'пуч.', 'position': 12}, {'code': 'пучок', 'name': 'Пучок', 'short_name': 'пуч.', 'position': 12},
{'code': 'коробка', 'name': 'Коробка', 'short_name': 'кор.', 'position': 13},
] ]
@classmethod @classmethod