mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
add new rule
This commit is contained in:
@@ -183,13 +183,11 @@ if ($id > 0 || !empty($ref))
|
||||
$param = '&id='.$object->id.'&entity='.(!empty($object->entity) ? $object->entity : $conf->entity);
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/tpl/document_actions_post_headers.tpl.php';
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
dol_print_error($db);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
header('Location: index.php');
|
||||
exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user