Skip to content

Commit

Permalink
Update conferenceorboothattendee_card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thibdrev authored Mar 5, 2024
1 parent 07b2816 commit e5d3787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
// Budget
print '<tr><td>'.$langs->trans("Budget").'</td><td>';
if (strcmp($projectstatic->budget_amount, '')) {
print price($projectstatic->budget_amount, '', $langs, 1, 0, 0, $conf->currency);
print price($projectstatic->budget_amount, 0, $langs, 1, 0, 0, $conf->currency);
}
print '</td></tr>';

Expand Down

0 comments on commit e5d3787

Please sign in to comment.