BUG 12679 Error al crear template con nombre etiqueta SOLVED
Se agrego un filtro para crear con etiqueta existente
This commit is contained in:
@@ -4946,7 +4946,7 @@ class Cases
|
||||
G::verifyPath($pathEmail, true); //Create if it does not exist
|
||||
$fileTemplate = $pathEmail . G::LoadTranslation('ID_UNASSIGNED_MESSAGE');
|
||||
|
||||
if (!file_exists($fileTemplate)) {
|
||||
if ((!file_exists($fileTemplate)) && file_exists($fileTemplate)) {
|
||||
@copy(PATH_TPL . "mails" . PATH_SEP . G::LoadTranslation('ID_UNASSIGNED_MESSAGE'), $fileTemplate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user