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,9 +1522,12 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
lsPto2.add(pto2); lsPto2.add(pto2);
} }
} }
if (!validaCadastroFechamentoContaCorrente()) {
exibeMsgErroFechCtaCorrente(); if (ApplicationProperties.getInstance().validaContaCorrenteEmpesaPtoVta()){
return; if (!validaCadastroFechamentoContaCorrente()) {
exibeMsgErroFechCtaCorrente();
return;
}
} }
puntoVenta.setLsPtovtaUsuarioBancario(lsPto2); puntoVenta.setLsPtovtaUsuarioBancario(lsPto2);