IDEMPIERE-1840 Reference AD_Org Parent WhereClause bug - integrate patch from Jesus Garcia (j2garcia)

This commit is contained in:
Carlos Ruiz 2014-09-25 14:12:08 -05:00
parent f021e8f5f1
commit 2d71a422d1
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- Mar 20, 2014 10:54:24 AM COT
-- IDEMPIERE-1840 Reference AD_Org Parent WhereClause bug
UPDATE AD_Ref_Table SET WhereClause='AD_Org.IsSummary=''Y''',Updated=TO_DATE('2014-03-20 10:54:24','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=113
;
SELECT register_migration_script('201409251410_IDEMPIERE-1840.sql') FROM dual
;

View File

@ -0,0 +1,8 @@
-- Mar 20, 2014 10:54:24 AM COT
-- IDEMPIERE-1840 Reference AD_Org Parent WhereClause bug
UPDATE AD_Ref_Table SET WhereClause='AD_Org.IsSummary=''Y''',Updated=TO_TIMESTAMP('2014-03-20 10:54:24','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=113
;
SELECT register_migration_script('201409251410_IDEMPIERE-1840.sql') FROM dual
;