imposition 0.9.4 → 0.9.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/imposition/clases.rb +3 -1
- metadata +1 -1
data/lib/imposition/clases.rb
CHANGED
|
@@ -331,8 +331,10 @@ class PreguntaEscalado < Pregunta
|
|
|
331
331
|
elsif @tipo=="verticalmente" then
|
|
332
332
|
@ide=2
|
|
333
333
|
@mensaje="no especifico alto de pagina pero si alto de pliego y numero de paginas por pliego "+tipo
|
|
334
|
+
else
|
|
335
|
+
@mensaje=""
|
|
334
336
|
end
|
|
335
|
-
@mensaje+="
|
|
337
|
+
@mensaje+="¿escalar "+tipo+"?"
|
|
336
338
|
end
|
|
337
339
|
def metodo(yn)
|
|
338
340
|
@yn=yn
|