Code comment
This commit is contained in:
parent
819e6e1122
commit
1c75ce8862
@ -1112,10 +1112,10 @@ class Ticket extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* print selected status
|
* Print selected status
|
||||||
*
|
*
|
||||||
* @param string $selected selected status
|
* @param string $selected Selected status
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function printSelectStatus($selected = "")
|
public function printSelectStatus($selected = "")
|
||||||
{
|
{
|
||||||
@ -1124,9 +1124,9 @@ class Ticket extends CommonObject
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Charge dans cache la liste des types de tickets (paramétrable dans dictionnaire)
|
* Load into a cache the types of tickets (setup done into dictionaries)
|
||||||
*
|
*
|
||||||
* @return int Number of lines loaded, 0 if already loaded, <0 if KO
|
* @return int Number of lines loaded, 0 if already loaded, <0 if KO
|
||||||
*/
|
*/
|
||||||
public function loadCacheTypesTickets()
|
public function loadCacheTypesTickets()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user