From e9dcd459e9ddfc70100dd707dbe70216890ff0ff Mon Sep 17 00:00:00 2001 From: pavlikov_maxim Date: Fri, 19 Apr 2024 12:29:44 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/erp24/views/write-offs/index.php b/erp24/views/write-offs/index.php index aa8d0122..08343e72 100644 --- a/erp24/views/write-offs/index.php +++ b/erp24/views/write-offs/index.php @@ -9,6 +9,7 @@ error_reporting(E_ALL ^ E_NOTICE); $modul = "write-offs"; +$store_id = ''; $where = ""; $get = ""; if (!empty($_REQUEST["date1"])) { -- 2.39.5