The macro
sc field readonly( $my_field, on);
Since the June 19 update, it generates an error for the dynamic value of the field
This is the generated code that gives an error
$this->sc_field_readonly($my_field . '_', 'on', (isset($sc_seq_vert) ? $sc_seq_vert : ''));
$_SESSION['sc_session'][$this->Ini->sc_page]['aaa_grupo_apps']['Field_disabled_macro']['my_field . '_''] = array('I'=>array(),'U'=>array());
^
;
I tried using global variables, but that doesn’t work either. Any ideas? Thanks.