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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment