alteração para primitivo.
parent
30dca49f11
commit
17ac99ab5e
|
@ -605,7 +605,7 @@ public class EditarPricingController extends PricingController {
|
|||
if (pricing.getIndreservable() == Boolean.FALSE) {
|
||||
rdReserNo.setChecked(true);
|
||||
}
|
||||
Boolean isDescPorcentagem = isDescPorcentagem();
|
||||
boolean isDescPorcentagem = isDescPorcentagem();
|
||||
|
||||
if (isDescPorcentagem) {
|
||||
radioPor.setChecked(true);
|
||||
|
|
Loading…
Reference in New Issue