mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en guardar presupuesto hasta las lineas de presupuesto
This commit is contained in:
@ -1000,7 +1000,7 @@ class Comparador {
|
||||
lomoTotal += parseFloat(rowData.lomo);
|
||||
}
|
||||
else if (tipo_lomo == 'cubierta') {
|
||||
if (rowData.row_id == 'lp_cubierta')
|
||||
if (rowData.tipo != 'lp_sobrecubierta')
|
||||
lomoTotal += parseFloat(rowData.lomo);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user