2
0
forked from Wavyzz/dolibarr

FIX : wrong redirect link on holiday refuse

This commit is contained in:
gauthier
2019-03-04 17:23:29 +01:00
parent bff2f33022
commit dada8c8ff5

View File

@@ -568,7 +568,7 @@ if ($action == 'confirm_refuse')
}
} else {
header('Location: '.$_SERVER["PHP_SELF"].'?id='.$object->id.'&error=NoMotifRefuse');
header('Location: '.$_SERVER["PHP_SELF"].'?id='.$id.'&error=NoMotifRefuse');
exit;
}
}