.gitignre

This commit is contained in:
Florian HENRY 2021-04-24 18:27:43 +02:00
parent e229348e2c
commit bc924ca00e

View File

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