Hello
I have some problems with email templates upgrading omp. In file 1.2.0.0_update.xml there are some upgrades like this
UPDATE email_templates_data SET body=REPLACE(body, ‘{$editorialContactName}’, ‘Editores’) WHERE locale = ‘es_ES’ AND email_key IN (‘REVIEW_ACCEPT’, ‘REVIEW_DECLINE’)
But in emailTemplates.xml not exist REVIEW_ACCEPT but yes REVIEW_CONFIRM
Is that wrong