IDEMPIERE-1489 Not able to Export column record
This commit is contained in:
parent
74f6661322
commit
1e227ac399
|
@ -47,6 +47,7 @@ public class GridTab2PackExporter implements IGridTabExporter {
|
|||
String tableName = gridTab.getTableName();
|
||||
PackOut packOut = new PackOut();
|
||||
packOut.setCtx(Env.getCtx());
|
||||
packOut.setExportDictionaryEntity(true);
|
||||
Map properties = new HashMap();
|
||||
properties.putAll(Env.getCtx());
|
||||
List<PackoutItem> packoutItems = new ArrayList<PackoutItem>();
|
||||
|
|
Loading…
Reference in New Issue