change url in preview qr code in agent view - #1229
This commit is contained in:
parent
a99b75da4c
commit
ac0820b9b4
|
@ -584,7 +584,7 @@ ui_require_jquery_file('bgiframe');
|
||||||
|
|
||||||
paint_qrcode(
|
paint_qrcode(
|
||||||
"<?php
|
"<?php
|
||||||
echo ui_get_full_url('index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=' . $id_agente);
|
echo ui_get_full_url('mobile/index.php?page=agent&id=' . $id_agente);
|
||||||
?>",
|
?>",
|
||||||
"#qr_code_agent_view", 128, 128);
|
"#qr_code_agent_view", 128, 128);
|
||||||
$("#text-agente").prop('disabled', true);
|
$("#text-agente").prop('disabled', true);
|
||||||
|
|
Loading…
Reference in New Issue