sistemato js

This commit is contained in:
Amministratore 2025-10-16 13:25:45 +02:00
parent 58aa4b0168
commit defaccf44b

View File

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