fixes bug #07962
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@60629 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
08448e5b9d
commit
0654b60d2d
|
@ -165,6 +165,11 @@ public class ApplicationProperties {
|
||||||
return property.equals("1");
|
return property.equals("1");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean calculoPeajeReunidasANTT() {
|
||||||
|
String property = p.getProperty("calculoPeajeReunidasANTT", "0");
|
||||||
|
return property.equals("1");
|
||||||
|
}
|
||||||
|
|
||||||
public Integer maxSizeNumCorrida(){
|
public Integer maxSizeNumCorrida(){
|
||||||
String property = p.getProperty("maxSizeNumCorrida", "-1");
|
String property = p.getProperty("maxSizeNumCorrida", "-1");
|
||||||
return Integer.parseInt(property);
|
return Integer.parseInt(property);
|
||||||
|
|
Loading…
Reference in New Issue