Update deplacementstats.class.php

This commit is contained in:
Philippe Grand 2018-08-22 22:28:33 +02:00 committed by GitHub
parent 0c75c41e7b
commit 137b715868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,9 @@ include_once DOL_DOCUMENT_ROOT . '/compta/deplacement/class/deplacement.class.ph
class DeplacementStats extends Stats
{
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element;
* @var string Name of table without prefix where object is stored
*/
public $table_element;
var $socid;
var $userid;