mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/core/class/commonincoterm.class.php
|
||||
* \file htdocs/core/class/commonsocialnetworks.class.php
|
||||
* \ingroup core
|
||||
* \brief File of the superclass of object classes that support incoterm (customer and supplier)
|
||||
* \brief File of the superclass of object classes that support socialnetworks
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -79,6 +79,10 @@ class Conf
|
||||
// An array to store cache results ->cache['nameofcache']=...
|
||||
public $cache;
|
||||
|
||||
/**
|
||||
* @var int To tell header was output
|
||||
*/
|
||||
public $headerdone;
|
||||
|
||||
/**
|
||||
* @var string[]
|
||||
|
||||
@@ -49,6 +49,11 @@ class Cstate // extends CommonObject
|
||||
*/
|
||||
public $id;
|
||||
|
||||
/**
|
||||
* @var int ID
|
||||
*/
|
||||
public $rowid;
|
||||
|
||||
public $code_departement;
|
||||
public $code;
|
||||
|
||||
|
||||
@@ -43,6 +43,7 @@ class DolEditor
|
||||
public $cols;
|
||||
public $height;
|
||||
public $width;
|
||||
public $uselocalbrowser;
|
||||
public $readonly;
|
||||
public $posx;
|
||||
public $posy;
|
||||
|
||||
@@ -152,6 +152,10 @@ class Menubase
|
||||
*/
|
||||
public $tms;
|
||||
|
||||
/**
|
||||
* @var Menu menu
|
||||
*/
|
||||
public $newmenu;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
Reference in New Issue
Block a user