Fixed id_tagente in metaconsole
Former-commit-id: 72ea89dfe6eff0892adaaa4a077a99ddfa0fa4d4
This commit is contained in:
parent
713212a435
commit
58a601b0f1
|
@ -742,7 +742,7 @@ class Item extends Model
|
||||||
'nombre',
|
'nombre',
|
||||||
'tmetaconsole_agent',
|
'tmetaconsole_agent',
|
||||||
[
|
[
|
||||||
'id_agente' => $agentId,
|
'id_tagente' => $agentId,
|
||||||
'id_tmetaconsole_setup' => $metaconsoleId,
|
'id_tmetaconsole_setup' => $metaconsoleId,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue