Skip to content
Snippets Groups Projects
Commit 693918d8 authored by Florian Henry's avatar Florian Henry
Browse files

misspelling

parent 27e4852a
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ if (empty($reshook))
$object->priv = $_POST["priv"];
$object->note_public = GETPOST("note_public");
$object->note_private = GETPOST("note_private");
$object->status = 1; //Defult status to Actif
$object->statut = 1; //Defult status to Actif
// Note: Correct date should be completed with location to have exact GM time of birth.
$object->birthday = dol_mktime(0,0,0,$_POST["birthdaymonth"],$_POST["birthdayday"],$_POST["birthdayyear"]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment