Merge pull request #10623 from mrsof/develop

FIX: Typo $parameters instead of $parameyers
This commit is contained in:
Laurent Destailleur 2019-02-19 13:21:57 +01:00 committed by GitHub
commit 54731f6633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -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 '</table>';

View File

@ -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 '</table>';