standardization, internationalisation

This commit is contained in:
Philippe GRAND 2021-02-09 14:13:12 +01:00
parent 3e9a6818f2
commit 1317b5cfac

View File

@ -46,12 +46,12 @@ abstract class ModelePdfReception extends CommonDocGenerator
global $conf;
$type = 'reception';
$liste = array();
$list = array();
include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
$liste = getListOfModels($db, $type, $maxfilenamelength);
$list = getListOfModels($db, $type, $maxfilenamelength);
return $liste;
return $list;
}
}