presupuestos direcciones!

This commit is contained in:
Jaime Jiménez
2023-12-18 15:29:10 +01:00
parent c435ba5a9f
commit 01d27ec480
13 changed files with 297 additions and 82 deletions

View File

@ -967,7 +967,7 @@ var tableDirecciones = $('#tableOfDireccionesEnvio').DataTable( {
processing: true,
autoWidth: true,
responsive: true,
order: [[ 0, "asc" ], [ 1, "asc" ]],
order: [0, "asc" ],
pageLength: 10,
lengthChange: false,
searching: false,
@ -1060,7 +1060,7 @@ $(document).on('click', '.btn-delete-add', function(e) {
function delete_direccion_envio(dataId){
$.ajax({
url: `/clientedirecciones/delete/${dataId}`,
url: `/clientes/clientedirecciones/delete/${dataId}`,
method: 'GET',
}).done((data, textStatus, jqXHR) => {
$('#confirm2delete').modal('toggle');