Merged in bugfix/PMC-711 (pull request #6862)
PMC-711 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -5714,7 +5714,7 @@ class Cases
|
|||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
'pending',
|
'pending',
|
||||||
'',
|
1,
|
||||||
$dataLastEmail['msgError'],
|
$dataLastEmail['msgError'],
|
||||||
true,
|
true,
|
||||||
isset($arrayData['APP_NUMBER']) ? $arrayData['APP_NUMBER'] : 0,
|
isset($arrayData['APP_NUMBER']) ? $arrayData['APP_NUMBER'] : 0,
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ class AppMessage extends BaseAppMessage
|
|||||||
* @param string $appMsgTemplate,
|
* @param string $appMsgTemplate,
|
||||||
* @param string $appMsgAttach,
|
* @param string $appMsgAttach,
|
||||||
* @param string $appMsgStatus,
|
* @param string $appMsgStatus,
|
||||||
* @param string $appMsgShowMsg,
|
* @param integer $appMsgShowMsg,
|
||||||
* @param string $appMsgError,
|
* @param string $appMsgError,
|
||||||
* @param boolean $contentTypeIsHtml
|
* @param boolean $contentTypeIsHtml
|
||||||
* @param integer $appNumber,
|
* @param integer $appNumber,
|
||||||
@@ -183,7 +183,7 @@ class AppMessage extends BaseAppMessage
|
|||||||
$appMsgTemplate = '',
|
$appMsgTemplate = '',
|
||||||
$appMsgAttach = '',
|
$appMsgAttach = '',
|
||||||
$appMsgStatus = 'pending',
|
$appMsgStatus = 'pending',
|
||||||
$appMsgShowMsg = '',
|
$appMsgShowMsg = 1,
|
||||||
$appMsgError = '',
|
$appMsgError = '',
|
||||||
$contentTypeIsHtml = true,
|
$contentTypeIsHtml = true,
|
||||||
$appNumber = 0,
|
$appNumber = 0,
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ class AppNotes extends BaseAppNotes
|
|||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
'pending',
|
'pending',
|
||||||
'',
|
1,
|
||||||
$msgError,
|
$msgError,
|
||||||
true,
|
true,
|
||||||
(isset($fieldCase['APP_NUMBER'])) ? $fieldCase['APP_NUMBER'] : 0,
|
(isset($fieldCase['APP_NUMBER'])) ? $fieldCase['APP_NUMBER'] : 0,
|
||||||
|
|||||||
@@ -411,7 +411,7 @@ class ActionsByEmail
|
|||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
'pending',
|
'pending',
|
||||||
'',
|
1,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
isset($dataRes['APP_NUMBER']) ? $dataRes['APP_NUMBER'] : 0,
|
isset($dataRes['APP_NUMBER']) ? $dataRes['APP_NUMBER'] : 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user