From: pavlikov_maxim Date: Fri, 19 Apr 2024 09:39:11 +0000 (+0300) Subject: фикс модуля write-offs X-Git-Tag: 1.1~126^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=9558f30df88bf5bf9128da1dcef5b2b6f1d4073d;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 08343e72..cbedb13c 100644 --- a/erp24/views/write-offs/index.php +++ b/erp24/views/write-offs/index.php @@ -12,6 +12,8 @@ $modul = "write-offs"; $store_id = ''; $where = ""; $get = ""; +$date1 = ''; +$date2 = ''; if (!empty($_REQUEST["date1"])) { $date1 = htmlentities($_REQUEST["date1"]); $where .= " AND date>='$date1'";