Improvement in the process permissions list

This commit is contained in:
Julio Cesar Laura
2013-01-04 17:08:59 -04:00
parent b63ad8f492
commit fe9007349c

View File

@@ -3698,6 +3698,10 @@ class processMap
$sObject = G::LoadTranslation( 'ID_ALL' );
}
break;
case 'CASES_NOTES':
$sObjectType = G::LoadTranslation( 'ID_CASES_NOTES' );
$sObject = 'N/A';
break;
default:
$sObjectType = G::LoadTranslation( 'ID_ALL' );
$sObject = G::LoadTranslation( 'ID_ALL' );