Browse Source

Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop

Laurent Destailleur 6 years ago
parent
commit
fadc9983dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      htdocs/comm/action/card.php

+ 2 - 2
htdocs/comm/action/card.php

@@ -432,8 +432,8 @@ if ($action == 'update')
 		foreach ($socpeopleassigned as $cid) $object->socpeopleassigned[$cid] = array('id' => $cid);
 		$object->contactid   = GETPOST("contactid",'int');
 		$object->fk_project  = GETPOST("projectid",'int');
-		$object->note        = GETPOST("note");
-		$object->pnote       = GETPOST("note");
+		$object->note        = GETPOST("note","none");	// deprecated
+		$object->note_private= GETPOST("note","none");
 		$object->fk_element	 = GETPOST("fk_element");
 		$object->elementtype = GETPOST("elementtype");