From: marina Date: Tue, 1 Jul 2025 13:17:43 +0000 (+0300) Subject: ERP-433 Отчет по остаткам букетов для МП и причинам, если логика не проходит. Возможн... X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=b2030fd294846890b3c4f80bfc5fe216355d1333;p=erp24_rep%2Fyii-erp24%2F.git ERP-433 Отчет по остаткам букетов для МП и причинам, если логика не проходит. Возможность ручной выгрузки из ERP в Excel --- diff --git a/erp24/actions/marketplace/ReportAction.php b/erp24/actions/marketplace/ReportAction.php index de35039c..b6620b47 100644 --- a/erp24/actions/marketplace/ReportAction.php +++ b/erp24/actions/marketplace/ReportAction.php @@ -53,5 +53,6 @@ class ReportAction extends Action return $this->controller->render('report', [ 'dataProvider' => $dataProvider, ]); + } } \ No newline at end of file diff --git a/erp24/views/marketplace/report.php b/erp24/views/marketplace/report.php index 2d2b6adf..a3fedd2c 100644 --- a/erp24/views/marketplace/report.php +++ b/erp24/views/marketplace/report.php @@ -20,7 +20,8 @@ $this->params['breadcrumbs'][] = $this->title; 'name', 'articule', 'id', - 'checkResult' + 'checkResult', ], ]); ?> + \ No newline at end of file