0011103: ESPEC04 - 44482 - Nova forma de cobrança de taxa de embarque arquivo

fixes bug#0011103
dev:Valdir
qua:Renato

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@86217 d1611594-4594-4d17-8e1d-87c2c4800839
master
daniel.zauli 2018-10-16 19:08:42 +00:00
parent b9f48041b5
commit 42d358c3cd
1 changed files with 5 additions and 0 deletions

View File

@ -279,4 +279,9 @@ public class ApplicationProperties {
String property = p.getProperty("permiteLayoutInternacional", "0");
return property.equals("1");
}
public boolean relatorioTaxasLinhaTxtDownloadVisible() {
String property = p.getProperty("taxasLinhaTxtDownloadVisible", "0");
return property.equals("1");
}
}