finalizado a espera de pruebas

This commit is contained in:
2024-05-10 12:35:47 +02:00
parent 39dccf2bfd
commit 9a66357a89
2 changed files with 567 additions and 1 deletions

View File

@ -101,7 +101,7 @@ function generarResumen(){
}
$('#resumenTotalIVA').text('Total (I.V.A. ' + (($('#ivaReducido').val() == '1')?'4':'21') + '%): ' + total_iva.toFixed(2) + '€');
const envio = getTotalEnvio();
$('resumenEnvio').text('Envío: ' + envio.toFixed(2) + '€');
$('#resumenEnvio').text('Envío: ' + envio.toFixed(2) + '€');
}
}