Merge pull request #21926 from dolibit-ut/patch-453
Update commande.class.php
This commit is contained in:
commit
91d8eff117
@ -31,7 +31,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/commande/class/commande.class.php
|
* \file htdocs/commande/class/commande.class.php
|
||||||
* \ingroup commande
|
* \ingroup commande
|
||||||
* \brief Fichier des classes de commandes
|
* \brief class for orders
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/class/commonorder.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/class/commonorder.class.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobjectline.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobjectline.class.php';
|
||||||
@ -93,12 +93,12 @@ class Commande extends CommonOrder
|
|||||||
protected $table_ref_field = 'ref';
|
protected $table_ref_field = 'ref';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int Thirparty ID
|
* @var int Thirdparty ID
|
||||||
*/
|
*/
|
||||||
public $socid;
|
public $socid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Thirparty ref of order
|
* @var string Thirdparty ref of order
|
||||||
*/
|
*/
|
||||||
public $ref_client;
|
public $ref_client;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user