IDEMPIERE-3416: Implement the ability to track open DB connections (NPE)
This commit is contained in:
parent
d368c2583a
commit
ba380e114e
|
@ -241,7 +241,8 @@ public class GridTabCSVImporter implements IGridTabImporter
|
|||
manageMasterTrx(gridTab, null);
|
||||
createTrx(gridTab);
|
||||
}
|
||||
trx.setDisplayName(GridTabCSVImporter.class.getName()+"_fileImport_" + gridTab.getTableName());
|
||||
if (trx != null)
|
||||
trx.setDisplayName(GridTabCSVImporter.class.getName()+"_fileImport_" + gridTab.getTableName());
|
||||
|
||||
String recordResult = processRecord(importMode, gridTab, indxDetail, isDetail, idx, rowResult, childs);
|
||||
rowResult.append(recordResult);
|
||||
|
|
Loading…
Reference in New Issue