Task #0002219 PHP 8.1 Compatibility

This commit is contained in:
sparkyx 2023-12-30 16:30:24 +01:00
parent a0f4d18d6a
commit 9cc01d6787

View file

@ -250,7 +250,7 @@ if ($sa=='step4')
$amount='amount'.$idx;
$ck='ck'.$idx;
$result[$qcode]=$row['j_qcode'];
if (trim($row['j_qcode'])=='')
if (trim($row['j_qcode']??"")=='')
$result[$poste]=$row['j_poste'];
$result[$amount]=abs($row['solde']);
if ($row['solde']>0)