Fix phpcs

This commit is contained in:
Laurent Destailleur 2023-01-22 18:57:22 +01:00
parent d8ee8c728f
commit 29531b8cb4

View File

@ -235,7 +235,7 @@ print '</td></tr>';
print '<tr><td>'.$langs->trans("AmountTotal").'</td>';
print '<td class="amount nowraponall">';
print price($pricetowithdraw, 0, $langs, 1,-1, -1, $conf->currency);
print price($pricetowithdraw, 0, $langs, 1, -1, -1, $conf->currency);
print '</td>';
print '</tr>';