FIX #21244
This commit is contained in:
parent
ff26031dc6
commit
86f7cbb46c
@ -178,7 +178,6 @@ if ($action == 'add') {
|
||||
|
||||
$newinter->entity = $object->entity;
|
||||
$newinter->duree = $object->duree;
|
||||
$newinter->datei = $object->date;
|
||||
|
||||
$newinter->description = $object->description;
|
||||
$newinter->note_private = $object->note_private;
|
||||
|
||||
@ -1473,9 +1473,19 @@ class FichinterLigne extends CommonObjectLine
|
||||
*/
|
||||
public $fk_fichinter;
|
||||
|
||||
public $desc; // Description ligne
|
||||
public $datei; // Date intervention
|
||||
public $duration; // Duree de l'intervention
|
||||
public $desc; // Description ligne
|
||||
|
||||
/**
|
||||
* @var int Date of intervention
|
||||
*/
|
||||
public $date; // Date intervention
|
||||
/**
|
||||
* @var int Date of intervention
|
||||
* @deprecated
|
||||
*/
|
||||
public $datei; // Date intervention
|
||||
|
||||
public $duration; // Duration of intervention
|
||||
public $rang = 0;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user