fix the init of the barcode

When you try to initiate all the barcode, you were logged out. Due to
the ising session parameter.
This commit is contained in:
Laurent De Coninck 2020-01-09 09:59:17 +01:00
parent b3d8a1e76a
commit 6acd0b43c5
No known key found for this signature in database
GPG Key ID: 2BA964D76BB3A499

View File

@ -202,6 +202,7 @@ print '<br>';
print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
print '<input type="hidden" name="mode" value="label">';
print '<input type="hidden" name="action" value="initbarcodeproducts">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<br>';