IDEMPIERE-1020 BOM error if product searchkey is longer than 22 characters

This commit is contained in:
Deepak Pansheriya 2013-07-31 16:00:54 +05:30
parent ccb801effd
commit 37e24fb680
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Jul 31, 2013 3:43:04 PM IST
-- Changes in the layout of Web Service Security window
UPDATE AD_Column SET FieldLength=40,Updated=TO_DATE('2013-07-31 15:43:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=61999
;

View File

@ -0,0 +1,5 @@
-- Jul 31, 2013 3:43:04 PM IST
-- Changes in the layout of Web Service Security window
UPDATE AD_Column SET FieldLength=40,Updated=TO_TIMESTAMP('2013-07-31 15:43:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=61999
;