Fxied: Syntax error
This commit is contained in:
parent
a6867fef0f
commit
8c440dea4a
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user