Fix price2num
This commit is contained in:
parent
7887d4cc8e
commit
d047cf488d
@ -1020,7 +1020,7 @@ if (empty($reshook))
|
||||
} elseif ($action == 'setremisepercent' && $usercancreate) {
|
||||
$result = $object->set_remise_percent($user, price2num(GETPOST('remise_percent'), 2));
|
||||
} elseif ($action == 'setremiseabsolue' && $usercancreate) {
|
||||
$result = $object->set_remise_absolue($user, price2num(GETPOST('remise_absolue'), 2));
|
||||
$result = $object->set_remise_absolue($user, price2num(GETPOST('remise_absolue'), 'MU'));
|
||||
}
|
||||
|
||||
// Payment mode
|
||||
|
||||
Loading…
Reference in New Issue
Block a user