2497770 JavaPOS DocType Setup in GW

This commit is contained in:
Redhuan D. Oon 2009-01-10 14:28:19 +00:00
parent 17aaeda68c
commit c2f5db5a79
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- 10-Jan-2009 19:27:28 MYT
-- BUG 2497770 -- JavaPOS DocType Setup in GW
UPDATE C_POS SET C_DocType_ID=135,Updated=TO_DATE('2009-01-10 19:27:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_POS_ID=100
;

View File

@ -0,0 +1,5 @@
-- 10-Jan-2009 19:27:28 MYT
-- BUG 2497770 -- JavaPOS DocType Setup in GW
UPDATE C_POS SET C_DocType_ID=135,Updated=TO_TIMESTAMP('2009-01-10 19:27:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_POS_ID=100
;