Update and standardize code

This commit is contained in:
Philippe GRAND
2018-08-22 18:12:44 +02:00
parent 6542dcf0bd
commit 449ef9c464
16 changed files with 78 additions and 6 deletions

View File

@@ -34,6 +34,9 @@ include_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
*/
class CommandeStats extends Stats
{
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element;
var $socid;