BUG 12981 When using the plugin ActionByEmail. The email received is not very user freindly IMPROVEMENT

This commit is contained in:
Julio Cesar Laura
2014-01-22 10:20:51 -04:00
parent f3e7b7234d
commit 73f9b84fc7
2 changed files with 29 additions and 29 deletions

View File

@@ -970,7 +970,7 @@ class wsBase
$Fields = array_merge( $oldFields['APP_DATA'], $appFields );
}
$sBody = G::replaceDataGridField(file_get_contents($fileTemplate), $Fields);
$sBody = G::replaceDataGridField(file_get_contents($fileTemplate), $Fields, false);
$hasEmailFrom = preg_match( '/(.+)@(.+)\.(.+)/', $sFrom, $match );
if (!$hasEmailFrom || strpos($sFrom, $aSetup["MESS_ACCOUNT"]) === false) {
@@ -3288,7 +3288,7 @@ class wsBase
return $result;
}
}
/**
* ClaimCase
*