BF: [2835006] must to reset t all -> you must reset all

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835006&group_id=176962
This commit is contained in:
trifonnt 2009-08-11 12:58:37 +00:00
parent 66f1028c76
commit 11c09a770d
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Aug 11, 2009 3:52:57 PM EEST
-- [2835006] must to reset t all -> you must reset all
UPDATE AD_Tab SET CommitWarning='If you change the currency or costing method, you must reset all accounting transactions.
For changes to become effective, you must re-login and re-start the Application Server. ',Updated=TO_DATE('2009-08-11 15:52:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=199
;

View File

@ -0,0 +1,5 @@
-- Aug 11, 2009 3:52:57 PM EEST
-- [2835006] must to reset t all -> you must reset all
UPDATE AD_Tab SET CommitWarning='If you change the currency or costing method, you must reset all accounting transactions.
For changes to become effective, you must re-login and re-start the Application Server. ',Updated=TO_TIMESTAMP('2009-08-11 15:52:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=199
;