FR [ 2074658 ] Limit usage of charges by Document Type

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2074658&group_id=176962

Implemented for HR module
This commit is contained in:
teo_sarca 2009-02-13 11:28:42 +00:00
parent 019d1a66a1
commit 64dad065c0
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- 13.02.2009 13:24:19 EET
--
UPDATE AD_Column SET AD_Val_Rule_ID=52030,Updated=TO_DATE('2009-02-13 13:24:19','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=54885
;

View File

@ -0,0 +1,5 @@
-- 13.02.2009 13:24:19 EET
--
UPDATE AD_Column SET AD_Val_Rule_ID=52030,Updated=TO_TIMESTAMP('2009-02-13 13:24:19','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=54885
;