changes to fetch after send

This commit is contained in:
lmarcouiller 2021-06-04 12:27:50 +02:00
parent 05a966b93e
commit c77dee0922

View File

@ -408,7 +408,7 @@ if (empty($reshook)) {
dol_syslog($db->error()); dol_syslog($db->error());
dol_print_error($db); dol_print_error($db);
} }
$object->fetch($id);
$action = ''; $action = '';
} }
} }
@ -677,7 +677,6 @@ if (empty($reshook)) {
$form = new Form($db); $form = new Form($db);
$htmlother = new FormOther($db); $htmlother = new FormOther($db);
$object->fetch($id);
$help_url = 'EN:Module_EMailing|FR:Module_Mailing|ES:Módulo_Mailing'; $help_url = 'EN:Module_EMailing|FR:Module_Mailing|ES:Módulo_Mailing';
llxHeader( llxHeader(
'', '',