mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
quitado el bug del calculo del coste de papel de cubierta
This commit is contained in:
@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user