Merge pull request #7 from wdammak/wdammak-model-warehouse-and-movement

Add models warehouse and movement
This commit is contained in:
wdammak 2018-05-05 13:45:47 +01:00 committed by GitHub
commit 117b1107b9
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);