Skip to content

Commit

Permalink
Fix: [ bug #1427 ] erreur avec le bouton fiche suivante/précédente
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 20, 2014
1 parent 51eb761 commit eb2f8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/fournisseurs.php
Expand Up @@ -62,7 +62,7 @@
// Initialize technical object to manage hooks of thirdparties. Note that conf->hooks_modules contains array array
$hookmanager->initHooks(array('pricesuppliercard'));
$product = new ProductFournisseur($db);
$product->fetch($id);
$product->fetch($id,$ref);

$reshook=$hookmanager->executeHooks('doActions',$parameters,$product,$action); // Note that $action and $object may have been modified by some hooks
$error=$hookmanager->error; $errors=$hookmanager->errors;
Expand Down

0 comments on commit eb2f8bb

Please sign in to comment.