Update ticket.class.php

This commit is contained in:
Frédéric FRANCE 2022-09-08 20:48:05 +02:00 committed by GitHub
parent e19e65d362
commit af6308799c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?php <?php
/* Copyright (C) 2013-2018 Jean-François Ferry <hello@librethic.io> /* Copyright (C) 2013-2018 Jean-François Ferry <hello@librethic.io>
* Copyright (C) 2016 Christophe Battarel <christophe@altairis.fr> * Copyright (C) 2016 Christophe Battarel <christophe@altairis.fr>
* Copyright (C) 2019-2020 Frédéric France <frederic.france@netlogic.fr> * Copyright (C) 2019-2022 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2020 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2020 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -108,7 +108,8 @@ class Ticket extends CommonObject
/** /**
* @var int Ticket statut * @var int Ticket statut
* @deprecated * @deprecated use status
* @see $status
*/ */
public $fk_statut; public $fk_statut;
@ -217,7 +218,9 @@ class Ticket extends CommonObject
*/ */
public $oldcopy; public $oldcopy;
/**
* @var array array of TicketsLine
*/
public $lines; public $lines;
@ -3013,7 +3016,7 @@ class TicketsLine
{ {
/** /**
* @var int ID * @var int ID
* @deprecated * @deprecated use id
*/ */
public $rowid; public $rowid;