FIXES BUG #6910
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@50920 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6e7e8b69e5
commit
56db44e54e
|
@ -120,9 +120,11 @@ public class EditarAidfController extends MyGenericForwardComposer {
|
||||||
btnApagar.setVisible(Boolean.FALSE);
|
btnApagar.setVisible(Boolean.FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(detAbastoBoletoService.buscabDetAbastoBoletoToVerifyIfAidfCanBeEditable(aidf).size() >0){
|
if(aidf.getAidfId()!= null){
|
||||||
btnSalvar.setVisible(Boolean.FALSE);
|
if(detAbastoBoletoService.buscabDetAbastoBoletoToVerifyIfAidfCanBeEditable(aidf).size() >0){
|
||||||
btnApagar.setVisible(Boolean.FALSE);
|
btnSalvar.setVisible(Boolean.FALSE);
|
||||||
|
btnApagar.setVisible(Boolean.FALSE);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue