From 6e56302c98b63151b31f5a052d8f3473a5910e26 Mon Sep 17 00:00:00 2001 From: Macbook Date: Wed, 10 Dec 2025 23:36:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BE=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B9=20(=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20?= =?UTF-8?q?=D1=80=D0=B0=D1=81=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=BC=D0=B5=D0=B6?= =?UTF-8?q?=D0=B4=D1=83=20=D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/handlers/actions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/db/handlers/actions.py b/db/handlers/actions.py index 406c9fe..cb62598 100644 --- a/db/handlers/actions.py +++ b/db/handlers/actions.py @@ -73,7 +73,6 @@ class StocksActions: target_toolbox_id: int, toolkit_id: int, quantity: int, - target_placement: str = None, ): logger.info( f"{action} инструмента {toolkit_id} со склада {source_toolbox_id} на склад {target_toolbox_id} ..." @@ -143,7 +142,6 @@ class StocksActions: toolbox_id=target_toolbox_id, quantity=takeQuantity, price=stock["price"], - placement=target_placement, ) if not targetStock: logger.error(