Qual: Uniformize code

This commit is contained in:
Laurent Destailleur 2010-06-23 20:30:05 +00:00
parent ee092ddacf
commit a97b771d48

View File

@ -50,12 +50,12 @@ class ModeleChequeReceipts
{ {
global $conf; global $conf;
$type='chequereceipt'; $type='remisecheque';
$liste=array(); $liste=array();
include_once(DOL_DOCUMENT_ROOT.'/lib/functions2.lib.php'); include_once(DOL_DOCUMENT_ROOT.'/lib/functions2.lib.php');
$liste=getListOfModels($db,$type,''); $liste=getListOfModels($db,$type,'');
// TODO Remove this to use getListOfModels only
$liste = array('blochet'=>'blochet'); $liste = array('blochet'=>'blochet');
return $liste; return $liste;