Qual: Uniformize code
This commit is contained in:
parent
ee092ddacf
commit
a97b771d48
@ -50,12 +50,12 @@ class ModeleChequeReceipts
|
||||
{
|
||||
global $conf;
|
||||
|
||||
$type='chequereceipt';
|
||||
$type='remisecheque';
|
||||
$liste=array();
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT.'/lib/functions2.lib.php');
|
||||
$liste=getListOfModels($db,$type,'');
|
||||
// TODO Remove this to use getListOfModels only
|
||||
|
||||
$liste = array('blochet'=>'blochet');
|
||||
|
||||
return $liste;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user