IDEMPIERE-594 Improve positioning on windows / BP Window

This commit is contained in:
Carlos Ruiz 2013-01-29 16:59:01 -08:00
parent 60feb6068d
commit b9bb05ecd8
2 changed files with 12 additions and 0 deletions

View File

@ -323,6 +323,12 @@ UPDATE AD_Field SET DisplayLogic='@IsCustomer@=Y',Updated=TO_DATE('2013-01-29 16
UPDATE AD_Field SET DisplayLogic='@IsCustomer@=Y',Updated=TO_DATE('2013-01-29 16:39:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=9600 UPDATE AD_Field SET DisplayLogic='@IsCustomer@=Y',Updated=TO_DATE('2013-01-29 16:39:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=9600
; ;
update ad_field set isactive='N' where ad_tab_id in (223,224,225)
;
update ad_tab set isactive='N' where ad_tab_id in (223,224,225)
;
SELECT register_migration_script('201301291642_IDEMPIERE-594.sql') FROM dual SELECT register_migration_script('201301291642_IDEMPIERE-594.sql') FROM dual
; ;

View File

@ -323,6 +323,12 @@ UPDATE AD_Field SET DisplayLogic='@IsCustomer@=Y',Updated=TO_TIMESTAMP('2013-01-
UPDATE AD_Field SET DisplayLogic='@IsCustomer@=Y',Updated=TO_TIMESTAMP('2013-01-29 16:39:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=9600 UPDATE AD_Field SET DisplayLogic='@IsCustomer@=Y',Updated=TO_TIMESTAMP('2013-01-29 16:39:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=9600
; ;
update ad_field set isactive='N' where ad_tab_id in (223,224,225)
;
update ad_tab set isactive='N' where ad_tab_id in (223,224,225)
;
SELECT register_migration_script('201301291642_IDEMPIERE-594.sql') FROM dual SELECT register_migration_script('201301291642_IDEMPIERE-594.sql') FROM dual
; ;