Skip to content

Commit

Permalink
Update conferenceorbooth_contact.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thibdrev authored Mar 5, 2024
1 parent cc3d9c2 commit 23a98d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/eventorganization/conferenceorbooth_contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,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 23a98d8

Please sign in to comment.