2
0
forked from Wavyzz/dolibarr

remove fieldlabel and add fieldeditkey

This commit is contained in:
Frédéric FRANCE
2018-10-27 14:50:27 +02:00
parent 9c7ec434b7
commit c92a2084f1
2 changed files with 45 additions and 48 deletions

View File

@@ -420,7 +420,7 @@ if (empty($reshook))
// Hooks
$parameters = array('objFrom' => $srcobject);
// Note that $action and $object may have be modified by hook
// Note that $action and $object may be modified by hook
$reshook = $hookmanager->executeHooks('createFrom', $parameters, $object, $action);
if ($reshook < 0) {
$error++;