Skip to content

Commit

Permalink
fix: URL when send satisfation search concluding budget
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiservice committed Apr 23, 2018
1 parent 21c4e47 commit 60af9fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/nbproject/private/
/nbproject/private/private.xml
/nbproject/private/private.xml
/classes/Config.inc.php
6 changes: 3 additions & 3 deletions modulos/tecnico/orcamento/aprovados/editar_orc_aprovado.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
. "<p> Ela foi marcada como <b>\"Concluída\"</b>, tendo seu inicio em <b>{$dataInicioBr}</b> e seu término em <b>{$dataConcluidoBr}</b> </p><br>"
. "Por favor, nos dê seu parecer sobre nosso atendimento, será de grande ajuda para o desenvolvimento de nossa parceria.<br><br>"
. "Apenas acesse o Link abaixo ou copie e cole no navegar:<br>"
. "<a href=\"{$www}/orcamento/aprovados/pesquisa_pos_venda.php?ido={$id_orc}&idc={$id_cliente}\" >"
. "{$www}/orcamento/aprovados/pesquisa_pos_venda.php?ido={$id_orc}&idc={$id_cliente} </a> <br>";
$email = new EmailGenerico($listaEmailClienteConcluido, "Proposta Concluida!", $textoCorpo, array(), $listaEmails);
. "<a href=\"{$www}/modulos/tecnico/orcamento/aprovados/pesquisa_pos_venda.php?ido={$id_orc}&idc={$id_cliente}\" >"
. "{$www}/modulos/tecnico/orcamento/aprovados/pesquisa_pos_venda.php?ido={$id_orc}&idc={$id_cliente} </a> <br>";
$email = new EmailGenerico($listaEmailClienteConcluido, "Proposta Concluida!", $textoCorpo, array(), array("junior@elfiservice.com.br"));
if ($email->enviarEmailSMTP()) {
WSErro("Enviado email informando Alteração para {$orcObj->getEmailContrat()}, informando Data da Conclusão!", WS_ALERT);
} else {
Expand Down

0 comments on commit 60af9fe

Please sign in to comment.