From e3949d249f77712f2aacc1da6b2de76feff30255 Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Sun, 18 Jan 2026 20:07:43 +0300 Subject: [PATCH] =?UTF-8?q?feat(units):=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=B5=D0=B4=D0=B8=D0=BD=D0=B8=D1=86=D1=83?= =?UTF-8?q?=20=D0=B8=D0=B7=D0=BC=D0=B5=D1=80=D0=B5=D0=BD=D0=B8=D1=8F=20"?= =?UTF-8?q?=D0=9A=D0=BE=D1=80=D0=BE=D0=B1=D0=BA=D0=B0"=20=D0=B2=20=D0=B4?= =?UTF-8?q?=D0=B5=D1=84=D0=BE=D0=BB=D1=82=D0=BD=D1=8B=D0=B9=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- myproject/products/services/unit_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/myproject/products/services/unit_service.py b/myproject/products/services/unit_service.py index 8af4693..8427d8f 100644 --- a/myproject/products/services/unit_service.py +++ b/myproject/products/services/unit_service.py @@ -31,6 +31,7 @@ class UnitOfMeasureService: {'code': 'банч', 'name': 'Банч', 'short_name': 'банч', 'position': 10}, {'code': 'ветка', 'name': 'Ветка', 'short_name': 'вет.', 'position': 11}, {'code': 'пучок', 'name': 'Пучок', 'short_name': 'пуч.', 'position': 12}, + {'code': 'коробка', 'name': 'Коробка', 'short_name': 'кор.', 'position': 13}, ] @classmethod