fix: return invoice id when create from order
This commit is contained in:
parent
a15d58065f
commit
8b49585b64
@ -1387,7 +1387,7 @@ class Facture extends CommonInvoice
|
||||
|
||||
if (!$error)
|
||||
{
|
||||
return 1;
|
||||
return $ret;
|
||||
} else return -1;
|
||||
} else return -1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user