desativar a visualização da forma de pago. Nenhum cliente no brasil utiliza e a manutenção é trabalhosa bug#9655
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@73306 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6eadfe902b
commit
0acc173239
|
@ -2511,6 +2511,9 @@ public class EditarPricingController extends MyGenericForwardComposer {
|
||||||
public void setRdExibirVendaNo(Radio rdExibirVendaNo) {
|
public void setRdExibirVendaNo(Radio rdExibirVendaNo) {
|
||||||
this.rdExibirVendaNo = rdExibirVendaNo;
|
this.rdExibirVendaNo = rdExibirVendaNo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isFormaPagoPricingInativo(){
|
||||||
|
return ApplicationProperties.getInstance().isFormaPagoPricingInativo();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -812,7 +812,7 @@
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row valign="top">
|
<row valign="top" visible="@{!winEditarPricing$composer.formaPagoPricingInativo}" >
|
||||||
|
|
||||||
<vbox height="150px" width="100%">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
|
|
Loading…
Reference in New Issue