IDEMPIERE-362 Hide things that don't work on iDempiere / AD_Form.JSPURL

This commit is contained in:
Carlos Ruiz 2013-06-18 12:26:30 -05:00
parent 4892e4efc9
commit f1bed3b245
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
-- Jun 18, 2013 12:06:03 PM COT
-- IDEMPIERE-362 Hide things that don't work on iDempiere
UPDATE AD_Field SET SeqNo=110,Updated=TO_DATE('2013-06-18 12:06:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=201805
;
-- Jun 18, 2013 12:06:03 PM COT
-- IDEMPIERE-362 Hide things that don't work on iDempiere
UPDATE AD_Field SET SeqNo=0, IsDisplayed='N', XPosition=1,Updated=TO_DATE('2013-06-18 12:06:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10957
;
SELECT register_migration_script('201306181225_IDEMPIERE-362.sql') FROM dual
;

View File

@ -0,0 +1,13 @@
-- Jun 18, 2013 12:06:03 PM COT
-- IDEMPIERE-362 Hide things that don't work on iDempiere
UPDATE AD_Field SET SeqNo=110,Updated=TO_TIMESTAMP('2013-06-18 12:06:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=201805
;
-- Jun 18, 2013 12:06:03 PM COT
-- IDEMPIERE-362 Hide things that don't work on iDempiere
UPDATE AD_Field SET SeqNo=0, IsDisplayed='N', XPosition=1,Updated=TO_TIMESTAMP('2013-06-18 12:06:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10957
;
SELECT register_migration_script('201306181225_IDEMPIERE-362.sql') FROM dual
;