Update info.php
This commit is contained in:
parent
dc1118a3df
commit
e9b7fd0ef8
@ -39,7 +39,9 @@ $id = GETPOST("facid", "int");
|
|||||||
$ref = GETPOST("ref", 'alpha');
|
$ref = GETPOST("ref", 'alpha');
|
||||||
|
|
||||||
$object = new Facture($db);
|
$object = new Facture($db);
|
||||||
|
if ($id > 0 || !empty($ref)) {
|
||||||
$object->fetch($id, $ref);
|
$object->fetch($id, $ref);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user