2
0
forked from Wavyzz/dolibarr

Fix: Removing chekstyle warning helps me to find real bugs

This commit is contained in:
Laurent Destailleur
2012-07-29 15:27:37 +02:00
parent 8a77ffe58f
commit e15834dae2

View File

@@ -119,7 +119,7 @@ class RemiseCheque extends CommonObject
* @param array $toRemise array with cheques to remise
* @return int <0 if KO, >0 if OK
*/
function create($user, $account_id, $limit=40, $toRemise)
function create($user, $account_id, $limit, $toRemise)
{
global $conf;