Fixed id_tagente in metaconsole

Former-commit-id: 72ea89dfe6eff0892adaaa4a077a99ddfa0fa4d4
This commit is contained in:
Daniel Maya 2019-04-22 17:44:27 +02:00
parent 713212a435
commit 58a601b0f1
1 changed files with 1 additions and 1 deletions

View File

@ -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,
] ]
); );