From 081c9686cfba810040d6ffb57247dc1df5f423a2 Mon Sep 17 00:00:00 2001 From: wilian Date: Wed, 17 May 2017 21:38:52 +0000 Subject: [PATCH] bug #8978 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@69003 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/utilerias/ApplicationProperties.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java b/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java index be901aac2..d94f11c7a 100644 --- a/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java +++ b/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java @@ -220,4 +220,9 @@ public class ApplicationProperties { return property.equals("0"); } + public boolean isPermiteVariasImpressorasMesmaEmpresa() { + String property = p.getProperty("permiteVariasImpressorasMesmaEmpresa", "0"); + return property.equals("1"); + } + }