bug#10024

qua:bruno
dev:thiago

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@81714 d1611594-4594-4d17-8e1d-87c2c4800839
master
frederico 2018-05-09 20:35:12 +00:00
parent 5de34f4350
commit 5f6c47a56b
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ public class ConferenciaController extends MyGenericForwardComposer {
Listcell listCell = (Listcell) component;
if (listCell.getFirstChild() instanceof Checkbox) {
Checkbox chk = (Checkbox) component.getFirstChild();
chk.setDisabled(getEnableDisableCheckBox(conferencia));
chk.setDisabled(getEnableDisableCheckBox(boletoComissao.getConferencia()));
chk.addEventListener("onCheck", new EventListener() {
@Override
public void onEvent(Event event) throws Exception {