Update card.php

This commit is contained in:
Laurent Destailleur
2019-09-06 23:25:40 +02:00
committed by GitHub
parent 369961b376
commit f12a012932

View File

@@ -433,7 +433,7 @@ if (empty($reshook))
}
$qty = GETPOST('qty'.$predef);
$remise_percent = (GETPOST('remise_percent'.$predef) != '' ? GETPOST('remise_percent'.$predef) : 0);
$remise_percent = ((GETPOST('remise_percent'.$predef) != '') ? GETPOST('remise_percent'.$predef) : 0);
if ($qty == '')
{