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:
vpj-cd 2009-02-06 23:29:48 +00:00
parent 59c0d0231a
commit c2207d7005
2 changed files with 10 additions and 0 deletions

View File

@ -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
;

View File

@ -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
;