From 15e65729f6abf38cc744e2047a04cc8134f297e7 Mon Sep 17 00:00:00 2001 From: Dorian Vabre Date: Tue, 27 Apr 2021 17:19:13 +0200 Subject: [PATCH] put company under email in the form --- htdocs/public/project/index.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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";