mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Fix set id_record operation info
This commit is contained in:
parent
dbb45a9584
commit
f4d9ea28a0
@ -221,7 +221,7 @@ function get_client_ip()
|
|||||||
*/
|
*/
|
||||||
function translateTemplate()
|
function translateTemplate()
|
||||||
{
|
{
|
||||||
$id_record = filter('id_record');
|
$id_record = filter('id_record') ?: get('id_record');
|
||||||
$id_parent = filter('id_parent');
|
$id_parent = filter('id_parent');
|
||||||
|
|
||||||
$module = Modules::getCurrent();
|
$module = Modules::getCurrent();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user