Update export_tsv.modules.php

This commit is contained in:
Frédéric FRANCE 2019-04-20 11:39:38 +02:00 committed by GitHub
parent 734b1ca7c1
commit b05a5e49ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/export/modules_export.php';
class ExportTsv extends ModeleExports
{
/**
* @var int ID
* @var string ID
*/
public $id;