Merge pull request #12822 from laudeco/hotfix/barcode-initiator

fix the init of the barcode
This commit is contained in:
Laurent Destailleur 2020-01-10 00:07:38 +01:00 committed by GitHub
commit 91078d6d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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="'.newToken().'">';
print '<br>';