It creates incorrect document type for PO from outsourced
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2530223&group_id=176962
This commit is contained in:
parent
59c0d0231a
commit
c2207d7005
|
@ -0,0 +1,5 @@
|
|||
-- Feb 6, 2009 6:24:58 PM ECT
|
||||
-- Fix DocType Purchase Order
|
||||
UPDATE C_DocType SET IsDefault='Y',Updated=TO_DATE('2009-02-06 18:24:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_DocType_ID=126
|
||||
;
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
-- Feb 6, 2009 6:24:58 PM ECT
|
||||
-- Fix DocType Purchase Order
|
||||
UPDATE C_DocType SET IsDefault='Y',Updated=TO_TIMESTAMP('2009-02-06 18:24:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_DocType_ID=126
|
||||
;
|
||||
|
Loading…
Reference in New Issue