fixes bug #6255
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@43686 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
cb07e82577
commit
4b6c5ba9e4
|
@ -837,6 +837,7 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
myConn.rollback();
|
myConn.rollback();
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
log.error("Erro ao integrar",e);
|
||||||
|
|
||||||
if (myConn != null) {
|
if (myConn != null) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue