Skip to content

Commit

Permalink
Update comment.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thibdrev authored Mar 5, 2024
1 parent 6c1a95e commit 87755d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
// Budget
print '<tr><td>'.$langs->trans("Budget").'</td><td>';
if (!is_null($object->budget_amount) && strcmp($object->budget_amount, '')) {
print price($object->budget_amount, '', $langs, 1, 0, 0, $conf->currency);
print price($object->budget_amount, 0, $langs, 1, 0, 0, $conf->currency);
}
print '</td></tr>';

Expand Down

0 comments on commit 87755d1

Please sign in to comment.