Checkstyle
This commit is contained in:
parent
d8e162c309
commit
0b42251dfd
@ -866,7 +866,7 @@ else if ($action == 'updateligne' && $user->rights->propal->creer && GETPOST('sa
|
|||||||
if (! GETPOST('qty')) $special_code=3;
|
if (! GETPOST('qty')) $special_code=3;
|
||||||
|
|
||||||
// Check minimum price
|
// Check minimum price
|
||||||
$productid = GETPOST('productid', 'int') ;
|
$productid = GETPOST('productid', 'int');
|
||||||
if (! empty($productid))
|
if (! empty($productid))
|
||||||
{
|
{
|
||||||
$product = new Product($db);
|
$product = new Product($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user