From 6acd0b43c521487ed4f3d7908a293c158e95a68d Mon Sep 17 00:00:00 2001 From: Laurent De Coninck Date: Thu, 9 Jan 2020 09:59:17 +0100 Subject: [PATCH 1/2] fix the init of the barcode When you try to initiate all the barcode, you were logged out. Due to the ising session parameter. --- htdocs/barcode/codeinit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/barcode/codeinit.php b/htdocs/barcode/codeinit.php index 927f0f1a83f..05cb2e0b1e0 100644 --- a/htdocs/barcode/codeinit.php +++ b/htdocs/barcode/codeinit.php @@ -202,6 +202,7 @@ print '
'; print '
'; print ''; print ''; +print ''; print '
'; From 3916c53337fbad8e77dab6871085f01f4c8b7159 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 10 Jan 2020 00:07:26 +0100 Subject: [PATCH 2/2] Update codeinit.php --- htdocs/barcode/codeinit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/barcode/codeinit.php b/htdocs/barcode/codeinit.php index 05cb2e0b1e0..20f189dd99f 100644 --- a/htdocs/barcode/codeinit.php +++ b/htdocs/barcode/codeinit.php @@ -202,7 +202,7 @@ print '
'; print ''; print ''; print ''; -print ''; +print ''; print '
';