north 7 anni fa
parent
commit
5007ecf3ce
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      www/protected/views/rEmploye/index.php

+ 1 - 0
www/protected/views/rEmploye/index.php

@@ -435,6 +435,7 @@
         $('#edit_desc').val(row.desc);
         jq_setStatus.combobox('setValue', row.status);
         var flag = '#flag'+row.flag;
+        console.log(flag);
         $(flag).attr('checked',true);
       },
       onLoadSuccess : function () {