BUG 8193 The problem of PMFDerivateCase in case 'reports to' was solved.
This commit is contained in:
@@ -599,10 +599,10 @@ class wsBase
|
||||
public function sendMessage($caseId, $sFrom, $sTo, $sCc, $sBcc, $sSubject, $sTemplate, $appFields = null, $aAttachment = null ) {
|
||||
try {
|
||||
$aSetup = getEmailConfiguration();
|
||||
$passwd =$aSetup['MESS_PASSWORD'];
|
||||
$passwd =$aSetup['MESS_PASSWORD'];
|
||||
if(strpos( $passwd, 'hush:' ) !== false)
|
||||
{
|
||||
list($hush, $pass) = explode(":", $passwd);
|
||||
{
|
||||
list($hush, $pass) = explode(":", $passwd);
|
||||
$aSetup['MESS_PASSWORD'] = G::decrypt($pass,'EMAILENCRYPT');
|
||||
}
|
||||
$oSpool = new spoolRun();
|
||||
@@ -1405,7 +1405,8 @@ class wsBase
|
||||
|
||||
$aData['APP_UID'] = $caseId;
|
||||
$aData['DEL_INDEX'] = $delIndex;
|
||||
|
||||
$aData['USER_UID'] = $userId;
|
||||
|
||||
//load data
|
||||
$oCase = new Cases ();
|
||||
$appFields = $oCase->loadCase( $caseId );
|
||||
|
||||
Reference in New Issue
Block a user