FIX : var name

This commit is contained in:
Gauthier PC portable 024 2022-04-22 14:28:43 +02:00
parent 609ef9bfa7
commit 6f9f78af33

View File

@ -515,7 +515,7 @@ while ($i < min($num, $limit)) {
// Pyament type
if (!empty($arrayfields['c.libelle']['checked'])) {
$payment_type = $langs->trans("PaymentType".$objp->paiement_type) != ("PaymentType".$objp->paiement_type) ? $langs->trans("PaymentType".$objp->paiement_type) : $objp->paiement_libelle;
print '<td>'.$payment_type.' '.dol_trunc($objp->num_paiement, 32).'</td>';
print '<td>'.$payment_type.' '.dol_trunc($objp->num_payment, 32).'</td>';
if (!$i) {
$totalarray['nbfield']++;
}