This commit is contained in:
florian HENRY 2019-04-17 10:49:39 +02:00
parent 113c2dd717
commit f412ce6a9c

View File

@ -759,6 +759,7 @@ if (empty($reshook))
$qty = GETPOST('qty' . $predef);
$remise_percent = GETPOST('remise_percent' . $predef);
if (empty($remise_percent)) $remise_percent=0;
// Extrafields
$extrafieldsline = new ExtraFields($db);