From: pavlikov_maxim Date: Fri, 19 Apr 2024 13:57:22 +0000 (+0300) Subject: фикс модуля write-offs X-Git-Tag: 1.1~120^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=65db6d1abf6a4e852229fd50cbb25989c346a265;p=erp24_rep%2Fyii-erp24%2F.git фикс модуля write-offs --- diff --git a/erp24/views/write-offs/index.php b/erp24/views/write-offs/index.php index 017b3b97..c9838bf1 100644 --- a/erp24/views/write-offs/index.php +++ b/erp24/views/write-offs/index.php @@ -112,13 +112,9 @@ foreach (is_array($data) ? $data : [] as $row) { $summ += $row["summ"] ?? 0; if (empty($store_id)) echo '' . $stores[$row["store_id"]] . ' '; - -// echo ' -// //комментарии -//' . $row["date2"] . ' ' . $row["type"] . ' -//' . $row["number"] . ' ' . $row["based_on"] . ' ' . $row["comment"] . ' -//'; + echo $row["date2"] . ' ' . $row["type"] . ' +' . $row["number"] . ' ' . $row["based_on"] . ' ' . $row["comment"] . ''; echo ''; echo '';