diff --git a/src/page/notas.js b/src/page/notas.js index fd2546e..330b57e 100644 --- a/src/page/notas.js +++ b/src/page/notas.js @@ -37,7 +37,7 @@ PAGES.notas = { addCategory_Personas( divact, SC_Personas, - "", + SUB_LOGGED_IN_ID, (value) => { document.getElementById(field_autor).value = value; },