gleimar 2015-05-05 16:46:27 +00:00
parent cb07e82577
commit 4b6c5ba9e4
1 changed files with 1 additions and 0 deletions

View File

@ -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 {