Skip to content
Snippets Groups Projects
Commit 8c440dea authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fxied: Syntax error

parent a6867fef
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ if (empty($reshook)) ...@@ -124,7 +124,7 @@ if (empty($reshook))
// Barcode value // Barcode value
if ($action == 'setbarcode' && $createbarcode) if ($action == 'setbarcode' && $createbarcode)
{ {
$result=$object->check_barcode(GETPOST('barcode'),GETPOT('barcode_type_code')); $result=$object->check_barcode(GETPOST('barcode'),GETPOST('barcode_type_code'));
if ($result >= 0) if ($result >= 0)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment