gleimar 2017-04-03 23:08:21 +00:00
parent f029700de5
commit a6683d601a
1 changed files with 6 additions and 3 deletions

View File

@ -1522,10 +1522,13 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
lsPto2.add(pto2);
}
}
if (ApplicationProperties.getInstance().validaContaCorrenteEmpesaPtoVta()){
if (!validaCadastroFechamentoContaCorrente()) {
exibeMsgErroFechCtaCorrente();
return;
}
}
puntoVenta.setLsPtovtaUsuarioBancario(lsPto2);
if (radAprobacionAutorizado.isChecked()) {