WIP Integrazioni delle ultime modifiche. #4

Merged
fbarachino merged 50 commits from dev into main 2025-10-21 14:31:06 +00:00
Showing only changes of commit defaccf44b - Show all commits

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']");
}