removed redundant fetch

This commit is contained in:
Dorian Vabre 2021-04-19 16:52:08 +02:00
parent 18d16d9509
commit ac8ddd8831

View File

@ -366,12 +366,6 @@ if (empty($reshook) && $action == 'add') {
$form = new Form($db);
$formcompany = new FormCompany($db);
$conference = new ConferenceOrBooth($db);
$resultconf = $conference->fetch($id);
if ($resultconf < 0) {
setEventMessages(null, $object->errors, "errors");
}
llxHeaderVierge($langs->trans("NewSubscription"));