From 305bbf145033523069afff19f1a32c8378a789bd Mon Sep 17 00:00:00 2001
From: Juanjo Menent <jmenent@2byte.es>
Date: Sun, 3 Apr 2016 12:39:39 +0200
Subject: [PATCH] Fix Doc

---
 htdocs/compta/paiement/cheque/class/remisecheque.class.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/htdocs/compta/paiement/cheque/class/remisecheque.class.php b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
index 6d9132f8519..4f43a87f8e7 100644
--- a/htdocs/compta/paiement/cheque/class/remisecheque.class.php
+++ b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
@@ -438,7 +438,6 @@ class RemiseCheque extends CommonObject
 	 *      Return next reference of cheque receipts not already used (or last reference)
 	 *      according to numbering module defined into constant FACTURE_ADDON
 	 *
-	 *      @param	   Societe		$soc		object company
 	 *      @param     string		$mode		'next' for next value or 'last' for last value
 	 *      @return    string					free ref or last ref
 	 */
-- 
GitLab