Fix [2852068] - Create columns from DB failing for PP_Order_Header_V
https://sourceforge.net/tracker/?func=detail&aid=2852068&group_id=176962&atid=934929 fix oracle script
This commit is contained in:
parent
27d44ceded
commit
8eb48d62d0
|
@ -1,3 +1,6 @@
|
|||
SET SQLBLANKLINES ON
|
||||
SET DEFINE OFF
|
||||
|
||||
-- Sep 4, 2009 9:28:47 PM COT
|
||||
-- FR-2852068 Create columns from DB failing for PP_Order_Header_V
|
||||
UPDATE AD_Column SET AD_Element_ID=568, ColumnName='SerNo', Description='Product Serial Number ', Help='The Serial Number identifies a tracked, warranted product. It can only be used when the quantity is 1.', Name='Serial No',Updated=TO_DATE('2009-09-04 21:28:47','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=55868
|
||||
|
|
Loading…
Reference in New Issue