fixes bug#8851
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@67622 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f029700de5
commit
a6683d601a
|
@ -1522,9 +1522,12 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
|||
lsPto2.add(pto2);
|
||||
}
|
||||
}
|
||||
if (!validaCadastroFechamentoContaCorrente()) {
|
||||
exibeMsgErroFechCtaCorrente();
|
||||
return;
|
||||
|
||||
if (ApplicationProperties.getInstance().validaContaCorrenteEmpesaPtoVta()){
|
||||
if (!validaCadastroFechamentoContaCorrente()) {
|
||||
exibeMsgErroFechCtaCorrente();
|
||||
return;
|
||||
}
|
||||
}
|
||||
puntoVenta.setLsPtovtaUsuarioBancario(lsPto2);
|
||||
|
||||
|
|
Loading…
Reference in New Issue