Fix bug TTO / TTR computation for Service request (Trac 674)

SVN:trunk[2613]
This commit is contained in:
Erwan Taloc
2013-03-10 08:50:42 +00:00
parent 793f94d302
commit b56242808d
13 changed files with 28 additions and 28 deletions

View File

@@ -379,8 +379,8 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:SLT/Attribute:request_type+' => '',
'Class:SLT/Attribute:request_type/Value:incident' => 'incident',
'Class:SLT/Attribute:request_type/Value:incident+' => 'incident',
'Class:SLT/Attribute:request_type/Value:servicerequest' => 'service request',
'Class:SLT/Attribute:request_type/Value:servicerequest+' => 'service request',
'Class:SLT/Attribute:request_type/Value:service_request' => 'service request',
'Class:SLT/Attribute:request_type/Value:service_request+' => 'service request',
'Class:SLT/Attribute:metric' => 'Metric',
'Class:SLT/Attribute:metric+' => '',
'Class:SLT/Attribute:metric/Value:tto' => 'TTO',