Fix deprecated PHP8.2 string interpolation

This commit is contained in:
unset-name 2023-04-14 18:52:48 +02:00
parent 3635f5a5da
commit 4619ac0ffd
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ EOF;
<tfoot>
<tr>
<td><b>Total</b><br>Net à payer</td>
<td><b>$total </b><br>(${ttc})</td>
<td><b>$total </b><br>({$ttc})</td>
</tr>
</tfoot>
</table>