Merge pull request #10568 from frederic34/patch-20

Update facture-rec.class.php
This commit is contained in:
Laurent Destailleur 2019-02-13 16:36:54 +01:00 committed by GitHub
commit e18ff7d087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -960,7 +960,7 @@ class FactureRec extends CommonInvoice
/** /**
* Return the next date of * Return the next date of
* *
* @return timestamp false if KO, timestamp if OK * @return int|false false if KO, timestamp if OK
*/ */
function getNextDate() function getNextDate()
{ {