quitado el bug del calculo del coste de papel de cubierta

This commit is contained in:
2024-02-24 19:16:03 +01:00
parent 06f362e8dc
commit 67be311f8d
2 changed files with 2 additions and 11 deletions

View File

@ -2841,7 +2841,7 @@ function fill_lp_rot_bn(row, fromComparador=false){
var input_data = {
paginas: row.paginas,
papel_generico_id: row.papelGenericoId,
gramaje: row.gramaje,
gramaje: row.gramaje,
papel_impresion_id: row.papelImpresionId,
maquina_id: row.maquinaId,
fibra: row.aFavorFibra=='no'?0:1
@ -3473,15 +3473,6 @@ function fill_lp_cubierta(row, fromComparador=false){
}
else{
console.log(row)
var portadaObjeto = {
anchoLibro:row.dimensiones_libro[0],
altoLibro:row.dimensiones_libro[1],
solapas:$('#solapas_ancho').val(),
lomo:row.mano};
//previewEsquemaCubierta(portadaObjeto);
// Si viene de hacerlo a mano...
data = processRowData(row, 'lp_cubierta', 'lp-cubierta');