Skip to content

Commit

Permalink
remove fieldlabel and add fieldeditkey
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Oct 27, 2018
1 parent 9c7ec43 commit c92a208
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 48 deletions.
2 changes: 1 addition & 1 deletion htdocs/commande/card.php
Expand Up @@ -420,7 +420,7 @@

// 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++;
Expand Down

0 comments on commit c92a208

Please sign in to comment.