sistemato js

This commit is contained in:
Amministratore 2025-10-16 13:25:45 +02:00 committed by Flavio Barachino
parent 7acb593430
commit 3f223cb2f2

View File

@ -43,7 +43,8 @@ function openModal(tipo, actionUrl, catUrl, tagUrl, contoUrl, modalTitle) {
$('#form').attr('action', actionUrl);
fillSelect(catUrl, "select[name='mov_fk_categoria']");
fillSelect(tagUrl, "select[name='mov_fk_tags']");
fillSelect(contoUrl, "select[name='conto_id']");
fillSelect(contoUrl, "select[name='conto_id_a']");
fillSelect(contoUrl, "select[name='conto_id_da']");
}