From: Aleksey Filippov Date: Tue, 24 Mar 2026 13:26:39 +0000 (+0300) Subject: fix(ERP-33): cast pp.components::jsonb в INSERT для совместимости с products_1c X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=cc361f0fe82e1a9781489849ab120c22aadd4f1d;p=erp24_rep%2Fyii-erp24%2F.git fix(ERP-33): cast pp.components::jsonb в INSERT для совместимости с products_1c --- diff --git a/erp24/services/StockStateService.php b/erp24/services/StockStateService.php index 60cff552..87f9c1f2 100644 --- a/erp24/services/StockStateService.php +++ b/erp24/services/StockStateService.php @@ -102,7 +102,7 @@ class StockStateService pp.name, pp.articule, pp.parent_id, - pp.components, + pp.components::jsonb, b.quantity, b.reserv, :now,