IDEMPIERE-3188 2Pack locked validating info window

This commit is contained in:
Carlos Ruiz 2016-09-07 19:17:14 +02:00
parent db1d42ab2d
commit bee8bc4d67
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ public class MInfoWindow extends X_AD_InfoWindow
// try run sql
PreparedStatement pstmt = null;
try {
pstmt = DB.prepareStatement(builder.toString(), null);
pstmt = DB.prepareStatement(builder.toString(), get_TrxName());
pstmt.executeQuery();
}catch (Exception ex){
log.log(Level.WARNING, ex.getMessage());