Qual: Uniformize code
This commit is contained in:
parent
ee092ddacf
commit
a97b771d48
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user