CMXX - ServiceReport email in user language
This commit is contained in:
@@ -53,7 +53,7 @@ if (empty($history)){
|
||||
<td colspan="8" style="text-align:center;">'.$servicereport_no_history.'</td>
|
||||
</tr>';
|
||||
} else {
|
||||
$service_events = serviceReport($history[0], 'display');
|
||||
$service_events = serviceReport($history[0], 'display', $_SESSION['country_code']);
|
||||
}
|
||||
|
||||
$view .= '<div class="content-block">
|
||||
|
||||
Reference in New Issue
Block a user