Skip to content

Commit

Permalink
Gh6004 price of inactive products (#10454)
Browse files Browse the repository at this point in the history
* Prices of inactive products
The cache invalidation is needed if any update happens

* (#10245) Prices of inactive products
Add Trl for the new Process
#10245
  • Loading branch information
BodorAnnamaria committed Dec 17, 2020
1 parent 080d126 commit 386ce70
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
-- 2020-12-11T11:43:15.405Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2020-12-11 13:43:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_CH' AND AD_Process_ID=584763
;

-- 2020-12-11T11:43:31.518Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Trl SET Description='Produktpreise (de)aktivieren', IsTranslated='Y', Name='Produktpreise (de)aktivieren',Updated=TO_TIMESTAMP('2020-12-11 13:43:31','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_DE' AND AD_Process_ID=584763
;

-- 2020-12-11T11:44:01.195Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Trl SET Description='(De)Activate product prices', Help='(De)Activate product prices', Name='(De)Activate product prices',Updated=TO_TIMESTAMP('2020-12-11 13:44:01','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='nl_NL' AND AD_Process_ID=584763
;

---
-- 2020-12-11T11:52:25.616Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process SET RefreshAllAfterExecution='Y',Updated=TO_TIMESTAMP('2020-12-11 13:52:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=584763
;

0 comments on commit 386ce70

Please sign in to comment.