Fix beneficiaries list bug

This commit is contained in:
Djery-Tom 2021-10-28 13:53:12 +01:00
parent 436cc49583
commit 5c9c9dd65c
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@
$bonus_amount = Money::of(round($row->bonus_amount, 2), $subscription->currency_code, $this->context)->formatTo('fr_FR'); $bonus_amount = Money::of(round($row->bonus_amount, 2), $subscription->currency_code, $this->context)->formatTo('fr_FR');
echo "<tr> echo "<tr>
<td>" . $i+1 . "</td> <td>" . ($i+1) . "</td>
<td>" . $row->lastname.' '.$row->firstname . "</td> <td>" . $row->lastname.' '.$row->firstname . "</td>
<td>" . $row->gender . "</td> <td>" . $row->gender . "</td>
<td>" . $row->birthdate . "</td> <td>" . $row->birthdate . "</td>