Correct missing semi column
This commit is contained in:
parent
653b0d6090
commit
608a7152cf
@ -124,6 +124,7 @@ if (empty($reshook)) {
|
|||||||
header("Location: ".DOL_URL_ROOT.'/compta/prelevement/card.php?id='.$bprev->id);
|
header("Location: ".DOL_URL_ROOT.'/compta/prelevement/card.php?id='.$bprev->id);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
$objectclass = "BonPrelevement";
|
$objectclass = "BonPrelevement";
|
||||||
$uploaddir = $conf->prelevement->dir_output;
|
$uploaddir = $conf->prelevement->dir_output;
|
||||||
include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
|
include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user