IDEMPIERE-1452 Translation Export doesnt export field Comment and Help

This commit is contained in:
Carlos Ruiz 2013-10-18 10:19:23 -05:00
parent f3352c88d6
commit fb3e9c3732
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ public class Translation
+ " INNER JOIN AD_Table t ON (c.AD_Table_ID=t.AD_Table_ID) "
+ "WHERE t.TableName=?"
+ " AND c.ColumnName NOT LIKE ? "
+ " AND c.AD_Reference_ID IN (10,14) "
+ " AND c.AD_Reference_ID IN (10,14,36) "
+ "ORDER BY IsMandatory DESC, ColumnName";
ArrayList<String> list = new ArrayList<String>();
try