Look and feel v14

This commit is contained in:
Laurent Destailleur
2021-02-10 18:03:45 +01:00
parent 52ee530e70
commit 88550ab417
3 changed files with 6 additions and 2 deletions

View File

@@ -5040,7 +5040,7 @@ class Form
}
}
print $langs->trans($translationKey, price($amount, 0, $langs, 0, 0, -1, $conf->currency));
if (empty($hidelist)) print ': ';
if (empty($hidelist)) print ' ';
print '</div>';
if (empty($hidelist))
{