[ 2666056 ] Product Planning: do not allow to create products

https://sourceforge.net/tracker/index.php?func=detail&aid=2666056&group_id=176962&atid=934929
This commit is contained in:
teo_sarca 2009-03-05 19:54:00 +00:00
parent 574b416579
commit 1b1b5d13f6
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- 05.03.2009 21:51:10 EET
-- [ 2664599 ] Fix CreateCostElement process parameters
UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2009-03-05 21:51:10','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53032
;

View File

@ -0,0 +1,5 @@
-- 05.03.2009 21:51:10 EET
-- [ 2664599 ] Fix CreateCostElement process parameters
UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2009-03-05 21:51:10','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53032
;