fixes bug#JIRA-38

dev:julio

qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@114152 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2022-09-12 15:14:56 +00:00
parent 3ae55baf17
commit b4aab14544
1 changed files with 0 additions and 13 deletions

View File

@ -16,17 +16,4 @@ begin
when except_00957 then null;
end;
UPDATE EMPRESA_EMAIL_ECOMERCE
SET
TEXTOEMAIL = '<p><span style="font-size: 14px;">Oi, tudo bem? <strong>[[${nomeCliente}]]</strong>, seu codigo de validacao: <strong>[[${codigoEsqueceuSenha}]]</strong> . Nao o repasse para terceiros.</span></p><hr /><p style="text-align: center;"><em style="text-align: -webkit-center;">A [[${empresa}]] agradece!</em></p>'
WHERE
activo = 1
AND tipooperacao = 2;
UPDATE EMPRESA_EMAIL_ECOMERCE
SET
TEXTOEMAIL = '<p><span style="font-size: 14px;">Olá tudo bem? <strong>[[${nomeCliente}]]</strong>, sua compra foi realizada com sucesso, favor verificar no app, no menu viagens, o bilhete para realizar o embarque.</span></p><hr /><p style="text-align: center;"><em style="text-align: -webkit-center;">A [[${empresa}]] agradece!</em></p>'
WHERE
activo = 1
AND tipooperacao = 3;