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

FIX #6614
This commit is contained in:
Laurent Destailleur 2017-05-04 13:59:24 +02:00 committed by GitHub
commit 944cd40ef4

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)
{