Skip to content
Snippets Groups Projects
Commit 944cd40e authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #6749 from atm-florian/5.0_fix6614

FIX #6614
parents 88917afa 8f97177d
No related branches found
No related tags found
No related merge requests found
...@@ -889,7 +889,6 @@ if ($action == 'create') ...@@ -889,7 +889,6 @@ if ($action == 'create')
$object = new Facture($db); // Source invoice $object = new Facture($db); // Source invoice
$product_static = new Product($db); $product_static = new Product($db);
$formproject = new FormProjets($db);
if ($object->fetch($id, $ref) > 0) if ($object->fetch($id, $ref) > 0)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment