IDEMPIERE-1489 Not able to Export column record

This commit is contained in:
Carlos Ruiz 2013-11-08 16:55:41 -05:00
parent 74f6661322
commit 1e227ac399
1 changed files with 1 additions and 0 deletions

View File

@ -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>();