Fix invoice fetch on payment page

This commit is contained in:
Maxime Kohlhaas 2013-10-14 09:45:32 +02:00
parent 387e0ab50b
commit 0994184bf9

View File

@ -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