FIX Yogosha report 4435 (backport)

This commit is contained in:
Alexandre SPANGARO 2020-09-16 21:41:44 +02:00
parent 6928b6543c
commit 48f2a1d110

View File

@ -62,8 +62,8 @@ $placeid = 0; // $placeid is id of invoice
$number = GETPOST('number', 'alpha');
$idline = GETPOST('idline', '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');