Update export_excel.modules.php

This commit is contained in:
Frédéric FRANCE 2019-04-20 11:41:37 +02:00 committed by GitHub
parent 73b32f0679
commit a0ce52bb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
class ExportExcel extends ModeleExports
{
/**
* @var int ID
* @var string ID
*/
public $id;