diff --git a/htdocs/public/project/index.php b/htdocs/public/project/index.php index 4f376a2f10f..e4c030c9718 100644 --- a/htdocs/public/project/index.php +++ b/htdocs/public/project/index.php @@ -567,6 +567,9 @@ print '*'."\n"; +// Company +print ''.$langs->trans("Company").'*'; +print ' '."\n"; // Type of event print ''.$langs->trans("EventType").'*'."\n"; print ''.FORM::selectarray('eventtype', $arrayofeventtype, $eventtype).''; @@ -582,12 +585,6 @@ print ''."\n"; print ''."\n"; -// Company -print ''.$langs->trans("Company"); -if (!empty(floatval($project->price_registration))) { - print '*'; -} -print ' '."\n"; // Address print ''.$langs->trans("Address").''."\n"; print ''."\n";