forked from Wavyzz/dolibarr
FIX : wrong redirect link on holiday refuse
This commit is contained in:
@@ -568,7 +568,7 @@ if ($action == 'confirm_refuse')
|
|||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
header('Location: '.$_SERVER["PHP_SELF"].'?id='.$object->id.'&error=NoMotifRefuse');
|
header('Location: '.$_SERVER["PHP_SELF"].'?id='.$id.'&error=NoMotifRefuse');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user