This commit is contained in:
florian HENRY 2017-04-24 14:44:44 +02:00
parent 65fec95458
commit 8f97177dae

View File

@ -889,7 +889,6 @@ if ($action == 'create')
$object = new Facture($db); // Source invoice
$product_static = new Product($db);
$formproject = new FormProjets($db);
if ($object->fetch($id, $ref) > 0)
{