Task #0002219 PHP 8.1 Compatibility
This commit is contained in:
parent
a0f4d18d6a
commit
9cc01d6787
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue