diff --git a/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java b/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java index a6e7083b5..03bcfc71e 100644 --- a/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java +++ b/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java @@ -169,6 +169,10 @@ public class ApplicationProperties { return property.equals("1"); } + public boolean codAnttNaoObrigatorio() { + String property = p.getProperty("codAnttNaoObrigatorio", "0"); + return property.equals("1"); + } public boolean artespPedagioIdaVoltaDivPor2() { String property = p.getProperty("artespPedagioIdaVoltaDivPor2", "0");