From 69f1d9825cdf2d6576a84716e6141fc63d6c7d9e Mon Sep 17 00:00:00 2001 From: Sof Date: Sun, 17 Feb 2019 20:08:03 +0100 Subject: [PATCH 1/3] Typo --- htdocs/projet/tasks/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/tasks/comment.php b/htdocs/projet/tasks/comment.php index ed2e4886318..a817f1df4f0 100644 --- a/htdocs/projet/tasks/comment.php +++ b/htdocs/projet/tasks/comment.php @@ -263,7 +263,7 @@ if ($id > 0 || ! empty($ref)) // Other attributes $cols = 3; - $parameyers=array('socid'=>$socid); + $parameters=array('socid'=>$socid); include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_view.tpl.php'; print ''; From a47a9d8a650985dd02417336f3225f3bccf27ead Mon Sep 17 00:00:00 2001 From: Sof Date: Sun, 17 Feb 2019 20:08:52 +0100 Subject: [PATCH 2/3] Typo --- htdocs/projet/tasks/task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/tasks/task.php b/htdocs/projet/tasks/task.php index 83eccecfe08..8472c4d54ce 100644 --- a/htdocs/projet/tasks/task.php +++ b/htdocs/projet/tasks/task.php @@ -545,7 +545,7 @@ if ($id > 0 || ! empty($ref)) // Other attributes $cols = 3; - $parameyers=array('socid'=>$socid); + $parameters=array('socid'=>$socid); include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_view.tpl.php'; print ''; From be4cd0572a11284b4702764af82c5b01170271ae Mon Sep 17 00:00:00 2001 From: Sof Date: Sun, 17 Feb 2019 20:09:46 +0100 Subject: [PATCH 3/3] Update card.php --- htdocs/contact/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php index 4f3817401b4..697e1038504 100644 --- a/htdocs/contact/card.php +++ b/htdocs/contact/card.php @@ -1225,7 +1225,7 @@ else // Other attributes $cols = 3; - $parameyers=array('socid'=>$socid); + $parameters=array('socid'=>$socid); include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_view.tpl.php'; $object->load_ref_elements();