FIX #yogosha4435

This commit is contained in:
Laurent Destailleur 2020-09-16 17:56:26 +02:00
parent 7b8a206730
commit 295c2b1d17

View File

@ -94,8 +94,8 @@ function fail($message)
$number = GETPOST('number', 'alpha');
$idline = GETPOST('idline', 'int');
$selectedline = GETPOST('selectedline', 'int');
$desc = GETPOST('desc', 'alpha');
$pay = GETPOST('pay', 'alpha');
$desc = GETPOST('desc', 'alphanohtml');
$pay = GETPOST('pay', 'aZ09');
$amountofpayment = price2num(GETPOST('amount', 'alpha'));
$invoiceid = GETPOST('invoiceid', 'int');