Commit 85399cce97b3208255432ee76a26a818ee0fac52

Authored by eduardo.batista
1 parent 15221bb8
Exists in master and in 1 other branch desenv

[Fix] Garantindo que caracter especial seja substituido.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
rn/MdWsSeiProcessoRN.php
... ... @@ -62,6 +62,8 @@ class MdWsSeiProcessoRN extends InfraRN {
62 62 '',
63 63 $strTemplate
64 64 );
  65 +
  66 + $strTemplate = str_replace('¥', ' - ', $strTemplate);
65 67 }
66 68  
67 69 return $strTemplate;
... ...