mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido checkeo de lomo en presupuesto admin
This commit is contained in:
@ -577,6 +577,8 @@ class DatosLibro {
|
||||
update_tiradas_alternativas: true
|
||||
});
|
||||
|
||||
this.actualizarLimitesPaginas();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -775,7 +777,7 @@ class DatosLibro {
|
||||
case 6:
|
||||
case 7: // Wire-O
|
||||
case 8:
|
||||
min = 1;
|
||||
min = 20;
|
||||
max = null; // Sin límite superior
|
||||
break;
|
||||
case 21: // Grapado
|
||||
|
||||
Reference in New Issue
Block a user