diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php index f138975d361..03bc3d8754e 100644 --- a/htdocs/compta/prelevement/create.php +++ b/htdocs/compta/prelevement/create.php @@ -124,6 +124,7 @@ if (empty($reshook)) { header("Location: ".DOL_URL_ROOT.'/compta/prelevement/card.php?id='.$bprev->id); exit; } + } $objectclass = "BonPrelevement"; $uploaddir = $conf->prelevement->dir_output; include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';