Merge pull request #21926 from dolibit-ut/patch-453

Update commande.class.php
This commit is contained in:
Laurent Destailleur 2022-08-29 00:47:54 +02:00 committed by GitHub
commit 91d8eff117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;