diff --git a/htdocs/salaries/card.php b/htdocs/salaries/card.php index 3ecd77fdf63..7638766c004 100755 --- a/htdocs/salaries/card.php +++ b/htdocs/salaries/card.php @@ -747,7 +747,7 @@ if ($id) print '';*/ if ($action == 'edit') { - print '' . $langs->trans("Amount") . ''; + print '' . $langs->trans("Amount") . ''; } else { print '' . $langs->trans("Amount") . '' . price($object->amount, 0, $outputlangs, 1, -1, -1, $conf->currency) . ''; }