From 6acd0b43c521487ed4f3d7908a293c158e95a68d Mon Sep 17 00:00:00 2001 From: Laurent De Coninck Date: Thu, 9 Jan 2020 09:59:17 +0100 Subject: [PATCH] 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 '
';