#5 : Risolto problema per url di richiamo dati

This commit is contained in:
Amministratore 2023-05-26 12:16:03 +02:00
parent eea34b5b52
commit 327e1258c3

View File

@ -34,7 +34,7 @@ $(document).on('click', '.open_modal_entrata', function() {
});
$(document).on('click', '.open_modal_modifica', function() {
var url = "movmodify";
var url = "/admin/movmodify";
var riga_id = $(this).val();
$.getJSON(url + '/' + riga_id, function(data) {
// success data