doxygen
This commit is contained in:
parent
a6ca56a7e1
commit
49f22facef
@ -3,6 +3,7 @@
|
|||||||
* Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2009-2012 Regis Houssin <regis.houssin@inodbox.com>
|
* Copyright (C) 2009-2012 Regis Houssin <regis.houssin@inodbox.com>
|
||||||
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
|
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
|
||||||
|
* Copyright (C) 2019 Frédéric France <frederic.france@netlogic.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -82,8 +83,16 @@ class Deplacement extends CommonObject
|
|||||||
public $fk_user;
|
public $fk_user;
|
||||||
|
|
||||||
public $km;
|
public $km;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int Thirdparty id
|
||||||
|
*/
|
||||||
public $socid;
|
public $socid;
|
||||||
public $statut; // 0=draft, 1=validated
|
|
||||||
|
/**
|
||||||
|
* @var int Status 0=draft, 1=validated, 2=Refunded
|
||||||
|
*/
|
||||||
|
public $statut;
|
||||||
public $extraparams=array();
|
public $extraparams=array();
|
||||||
|
|
||||||
public $statuts=array();
|
public $statuts=array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user