Skip to content

Commit

Permalink
Correction bug Darkjeff#101 id du mode de paiement au lieu du label
Browse files Browse the repository at this point in the history
  • Loading branch information
mikygee committed Oct 1, 2022
1 parent d1c3653 commit 11cb2dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions payment/immopayment_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,8 @@
$staticrenter->ref = $staticrenter->getNomUrl(0) . ' - ' . $staticrenter->getFullName($langs);
}
print $staticrenter->ref;
} elseif ($val['label'] == 'TypePayment') {
print $langs->trans($object->mode_payment);
} else {
print $object->showOutputField($val, $key, $value, '', '', '', 0);
}
Expand Down

0 comments on commit 11cb2dd

Please sign in to comment.