IDEMPIERE-808 Organization Type window - new record allows user to select System Client.

This commit is contained in:
Heng Sin Low 2013-03-28 18:03:31 +08:00
parent 15ca8bd67c
commit 96dbdd2cf0
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- Mar 28, 2013 5:57:29 PM MYT
-- IDEMPIERE-808 Organization Type window - new record allows user to select System Client
UPDATE AD_Column SET AD_Val_Rule_ID=116,Updated=TO_DATE('2013-03-28 17:57:29','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=11270
;
SELECT register_migration_script('201303281000_IDEMPIERE-808.sql') FROM dual
;

View File

@ -0,0 +1,8 @@
-- Mar 28, 2013 5:57:29 PM MYT
-- IDEMPIERE-808 Organization Type window - new record allows user to select System Client
UPDATE AD_Column SET AD_Val_Rule_ID=116,Updated=TO_TIMESTAMP('2013-03-28 17:57:29','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=11270
;
SELECT register_migration_script('201303281000_IDEMPIERE-808.sql') FROM dual
;