diff --git a/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java b/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java index 170321347..cd5859788 100644 --- a/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java +++ b/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java @@ -165,6 +165,11 @@ public class ApplicationProperties { return property.equals("1"); } + public boolean calculoPeajeReunidasANTT() { + String property = p.getProperty("calculoPeajeReunidasANTT", "0"); + return property.equals("1"); + } + public Integer maxSizeNumCorrida(){ String property = p.getProperty("maxSizeNumCorrida", "-1"); return Integer.parseInt(property);