mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'fix/texto_imp_color' into 'main'
arreglado updatePapeles See merge request jjimenez/safekat!399
This commit is contained in:
@ -357,7 +357,10 @@ class DisenioInterior {
|
||||
this.gramaje = datos.negro.gramaje;
|
||||
}
|
||||
}
|
||||
this.updatePapeles();
|
||||
if(datos.paginasColorConsecutivas)
|
||||
this.updatePapeles();
|
||||
else
|
||||
this.updatePapeles('negro');
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user