IDEMPIERE-1020 BOM error if product searchkey is longer than 22 characters
This commit is contained in:
parent
ccb801effd
commit
37e24fb680
|
@ -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
|
||||
;
|
||||
|
|
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue