From 5d01efb79db0302423fbfdb380154097099b6c84 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 24 Apr 2018 20:27:02 +0200 Subject: [PATCH] Code comment --- htdocs/compta/facture/class/facture-rec.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/class/facture-rec.class.php b/htdocs/compta/facture/class/facture-rec.class.php index 1e8997fdae4..e52658d38e8 100644 --- a/htdocs/compta/facture/class/facture-rec.class.php +++ b/htdocs/compta/facture/class/facture-rec.class.php @@ -1515,7 +1515,7 @@ class FactureRec extends CommonInvoice } /** - * Update the auto validate invoice + * Update the auto validate flag of invoice * * @param int $validate 0 to create in draft, 1 to create and validate invoice * @return int <0 if KO, >0 if OK