From 608a7152cf353b817e457b0d800c39f90ffdb460 Mon Sep 17 00:00:00 2001 From: LAURIER Alexis <19586755+AlexisLaurier@users.noreply.github.com> Date: Wed, 10 Feb 2021 08:15:16 +0100 Subject: [PATCH] Correct missing semi column --- htdocs/compta/prelevement/create.php | 1 + 1 file changed, 1 insertion(+) 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';