Fix addline commande.class.php

This commit is contained in:
Cédric 2020-09-04 21:26:57 +02:00 committed by GitHub
parent c06cb1eff3
commit e84a2ab07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1035,6 +1035,7 @@ class Commande extends CommonOrder
$line->fk_unit, $line->fk_unit,
$origintype, $origintype,
$originid, $originid,
0,
$line->ref_ext $line->ref_ext
); );
if ($result < 0) if ($result < 0)