fix: return invoice id when create from order

This commit is contained in:
Florian HENRY 2021-04-24 18:21:36 +02:00
parent a15d58065f
commit 8b49585b64

View File

@ -1387,7 +1387,7 @@ class Facture extends CommonInvoice
if (!$error) if (!$error)
{ {
return 1; return $ret;
} else return -1; } else return -1;
} else return -1; } else return -1;
} }