BF [ 2052847 ] Components of BOM sort

This commit is contained in:
teo_sarca 2008-09-03 14:21:59 +00:00
parent 2024fa1de8
commit e856dcc4bf
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- 29.08.2008 16:50:06 EEST
-- Fix BOM Window, Line order
UPDATE AD_Field SET SortNo=1.000000000000,Updated=TO_DATE('2008-08-29 16:50:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53485
;

View File

@ -0,0 +1,4 @@
-- 29.08.2008 16:50:06 EEST
-- Fix BOM Window, Line order
UPDATE AD_Field SET SortNo=1.000000000000,Updated=TO_TIMESTAMP('2008-08-29 16:50:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53485
;