[Zendesk 3207] Dynamic Case title on case initiating stage is not working
This commit is contained in:
dheeyi william
2016-11-22 12:35:38 -04:00
parent e19be1f14b
commit b2ef8d3863

View File

@@ -290,7 +290,7 @@ try {
$array['APP_TITLE'] = $sTitleCase;
$array['CASE'] = G::LoadTranslation( 'ID_CASE' );
$array['TITLE'] = G::LoadTranslation( 'ID_TITLE' );
$Fields['TITLE'] = $sTitleCase;
$noShowTitle = 0;
if (isset( $oProcessFieds['PRO_SHOW_MESSAGE'] )) {
$noShowTitle = $oProcessFieds['PRO_SHOW_MESSAGE'];