Fix invoice fetch on payment page
This commit is contained in:
parent
387e0ab50b
commit
0994184bf9
@ -62,7 +62,7 @@ $object=new Facture($db);
|
|||||||
// Load object
|
// Load object
|
||||||
if ($facid > 0)
|
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
|
// Initialize technical object to manage hooks of paiements. Note that conf->hooks_modules contains array array
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user