Merge pull request #23500 from frederic34/patch-8

fix properties
This commit is contained in:
Laurent Destailleur 2023-01-18 20:40:18 +01:00 committed by GitHub
commit 8db0656797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?php <?php
/* Copyright (C) 2013-2015 Jean-François FERRY <hello@librethic.io> /* Copyright (C) 2013-2015 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 Frédéric France <frederic.france@netlogic.fr> * Copyright (C) 2019-2022 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2021 Juanjo Menent <jmenent@2byte.es> * Copyright (C) 2021 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2021 Alexandre Spangaro <aspangaro@open-dsi.fr> * Copyright (C) 2021 Alexandre Spangaro <aspangaro@open-dsi.fr>
* *
@ -53,6 +53,11 @@ class FormTicket
*/ */
public $track_id; public $track_id;
/**
* @var string trackid
*/
public $trackid;
/** /**
* @var int ID * @var int ID
*/ */
@ -89,8 +94,12 @@ class FormTicket
public $withusercreate; // to show name of creating user in form public $withusercreate; // to show name of creating user in form
public $withcreatereadonly; public $withcreatereadonly;
public $withref; // to show ref field /**
* @var int withextrafields
*/
public $withextrafields;
public $withref; // to show ref field
public $withcancel; public $withcancel;
public $type_code; public $type_code;