From 9558f30df88bf5bf9128da1dcef5b2b6f1d4073d Mon Sep 17 00:00:00 2001 From: pavlikov_maxim Date: Fri, 19 Apr 2024 12:39:11 +0300 Subject: [PATCH] =?utf8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BC=D0=BE=D0=B4?= =?utf8?q?=D1=83=D0=BB=D1=8F=20write-offs?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/write-offs/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erp24/views/write-offs/index.php b/erp24/views/write-offs/index.php index 08343e7..cbedb13 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'"; -- 2.39.5