mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
finalizado a espera de pruebas
This commit is contained in:
@ -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) + '€');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user