IDEMPIERE-697 Duplicated Key Error when chaning System Organization Information

This commit is contained in:
Deepak Pansheriya 2013-04-05 16:32:53 +05:30
parent 14d7bbc8e3
commit f25b306c11
1 changed files with 1 additions and 0 deletions

View File

@ -619,6 +619,7 @@ public class MTable extends X_AD_Table
*/
public static boolean isZeroIDTable(String tablename) {
return (tablename.equals("AD_Org") ||
tablename.equals("AD_OrgInfo") ||
tablename.equals("AD_Client") || // IDEMPIERE-668
tablename.equals("AD_ReportView") ||
tablename.equals("AD_Role") ||