FIX : var name

This commit is contained in:
Gauthier PC portable 024 2022-04-22 14:26:16 +02:00
parent 8f397a3809
commit 609ef9bfa7

View File

@ -523,7 +523,7 @@ while ($i < min($num, $limit)) {
// Cheque number (fund transfer)
if (!empty($arrayfields['pndf.num_payment']['checked'])) {
print '<td>'.$objp->num_paiement.'</td>';
print '<td>'.$objp->num_payment.'</td>';
if (!$i) {
$totalarray['nbfield']++;
}