IDEMPIERE-362 Hide things that don't work on iDempiere

This commit is contained in:
Carlos Ruiz 2013-04-03 17:15:17 -05:00
parent 773c805336
commit 10743a1d21
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
-- Apr 3, 2013 5:10:09 PM COT
-- IDEMPIERE-362 Hide things that don't work on iDempiere
UPDATE AD_Field SET IsActive='Y',Updated=TO_DATE('2013-04-03 17:10:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=5346
;
-- Apr 3, 2013 5:12:43 PM COT
-- IDEMPIERE-362 Hide things that don't work on iDempiere
UPDATE AD_Field SET IsActive='N',Updated=TO_DATE('2013-04-03 17:12:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=12164
;
SELECT register_migration_script('201304031714_IDEMPIERE-362.sql') FROM dual
;

View File

@ -0,0 +1,13 @@
-- Apr 3, 2013 5:10:09 PM COT
-- IDEMPIERE-362 Hide things that don't work on iDempiere
UPDATE AD_Field SET IsActive='Y',Updated=TO_TIMESTAMP('2013-04-03 17:10:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=5346
;
-- Apr 3, 2013 5:12:43 PM COT
-- IDEMPIERE-362 Hide things that don't work on iDempiere
UPDATE AD_Field SET IsActive='N',Updated=TO_TIMESTAMP('2013-04-03 17:12:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=12164
;
SELECT register_migration_script('201304031714_IDEMPIERE-362.sql') FROM dual
;