followup for commit e78fa87a5afe IDEMPIERE-454 Easy import - V5 -> Add transaction management per master key for the importer - required change when testing IDEMPIERE-2103

This commit is contained in:
Carlos Ruiz 2014-08-01 10:18:27 +02:00
parent f16c7d6367
commit bc10171ad1
1 changed files with 1 additions and 1 deletions

View File

@ -2254,7 +2254,7 @@ public class GridTable extends AbstractTableModel
ResultSet rs = null;
try
{
pstmt = DB.prepareStatement(refreshSQL.toString(), null);
pstmt = DB.prepareStatement(refreshSQL.toString(), get_TrxName());
rs = pstmt.executeQuery();
if (rs.next())
{