fix: botao Editar na tabela agora pede senha antes de abrir
This commit is contained in:
@@ -2366,6 +2366,7 @@ window.abrirEditaFechamentoIndex = async function(idx) {
|
||||
}
|
||||
|
||||
closeConsultaModal();
|
||||
if (!await askPassword()) return;
|
||||
window.abrirEditaFechamento(full);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user