Add models warehouse and movement

This commit is contained in:
wdammak 2018-05-05 13:44:11 +01:00 committed by GitHub
parent 9316d47a55
commit fb81088a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ abstract class ModelePDFMouvement extends CommonDocGenerator
{
global $conf;
$type='mouvementcom';
$type='mouvement';
$liste=array();
include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
$liste=getListOfModels($db,$type,$maxfilenamelength);