Fix [2904311] - Wrong default for parameter Org in Statement of Accounts

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904311&group_id=176962
This commit is contained in:
Carlos Ruiz 2009-12-15 23:34:43 +00:00
parent 3bebb34a10
commit a5d2ab9186
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Dec 15, 2009 6:32:41 PM COT
-- 2904311_Wrong default for parameter Org in Statement of Accounts
UPDATE AD_Process_Para SET DefaultValue='-1',Updated=TO_DATE('2009-12-15 18:32:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=459
;

View File

@ -0,0 +1,5 @@
-- Dec 15, 2009 6:32:41 PM COT
-- 2904311_Wrong default for parameter Org in Statement of Accounts
UPDATE AD_Process_Para SET DefaultValue='-1',Updated=TO_TIMESTAMP('2009-12-15 18:32:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=459
;