Skip to content

Commit

Permalink
Update message TRL
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Jun 23, 2020
1 parent b122054 commit df5c385
Showing 1 changed file with 16 additions and 0 deletions.
@@ -0,0 +1,16 @@
-- 2020-06-23T05:35:18.993Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Message_Trl SET IsTranslated='Y', MsgText='The newly created Contract {0} for the Partner {1} could not be completed because it overlaps in time with another Contract on the same Products.
',Updated=TO_TIMESTAMP('2020-06-23 08:35:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='en_US' AND AD_Message_ID=544282
;

-- 2020-06-23T05:35:29.554Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Message_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2020-06-23 08:35:29','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_CH' AND AD_Message_ID=544282
;

-- 2020-06-23T05:35:33.519Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Message_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2020-06-23 08:35:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_DE' AND AD_Message_ID=544282
;

0 comments on commit df5c385

Please sign in to comment.