Update commande.class.php

This commit is contained in:
UT from dolibit 2022-08-27 13:55:27 +02:00 committed by GitHub
parent 434f0a786b
commit c6c5ddd485
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
* \ingroup commande
* \brief Fichier des classes de commandes
* \brief class for orders
*/
include_once DOL_DOCUMENT_ROOT.'/core/class/commonorder.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';
/**
* @var int Thirparty ID
* @var int Thirdparty ID
*/
public $socid;
/**
* @var string Thirparty ref of order
* @var string Thirdparty ref of order
*/
public $ref_client;