Correct missing semi column

This commit is contained in:
LAURIER Alexis 2021-02-10 08:15:16 +01:00 committed by GitHub
parent 653b0d6090
commit 608a7152cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';