Merge branch 'main' into feat/sk-7/planning

This commit is contained in:
amazuecos
2025-03-29 11:08:34 +01:00
19 changed files with 1047 additions and 893 deletions

View File

@ -169,8 +169,8 @@ class PresupuestoAdminEdit {
new Ajax('/presupuestoadmin/edit/' + id, data, {},
function (response) {
popSuccessAlert(response.mensaje);
$('#loader').modal('hide');
sessionStorage.setItem('message', response.mensaje);
location.reload();
},
function (error) {
console.error(error);