From: Alexander Smirnov Date: Mon, 16 Dec 2024 14:05:03 +0000 (+0300) Subject: status = 1 X-Git-Tag: 1.7~164^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=4de46198026670f82d2b3139d200efd3b0c95311;p=erp24_rep%2Fyii-erp24%2F.git status = 1 --- diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index ff3d93a4..ade8e360 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -353,7 +353,7 @@ class DataController extends BaseController { 'summ' ]) ->indexBy('id') - ->andWhere(['status' => 2]) + ->andWhere(['status' => 1]) ->asArray() ->all();