Skip to content
Snippets Groups Projects
Commit 0994184b authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Fix invoice fetch on payment page

parent 387e0ab5
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ $object=new Facture($db);
// Load object
if ($facid > 0)
{
$ret=$object->fetch($id);
$ret=$object->fetch($facid);
}
// Initialize technical object to manage hooks of paiements. Note that conf->hooks_modules contains array array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment