mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
CDR - Export: Use language variables for PDD and MOS headings.
This commit is contained in:
@@ -226,11 +226,11 @@
|
||||
$data_head .= '<td width="7%" align="right"><b>'.$text['label-billsec'].'</b></td>';
|
||||
}
|
||||
if (permission_exists('xml_cdr_pdd')) {
|
||||
$data_head .= '<td width="5%" align="right"><b>PDD</b></td>';
|
||||
$data_head .= '<td width="5%" align="right"><b>'.$text['label-pdd'].'</b></td>';
|
||||
$columns++;
|
||||
}
|
||||
if (permission_exists('xml_cdr_mos')) {
|
||||
$data_head .= '<td width="5%" align="center"><b>MOS</b></td>';
|
||||
$data_head .= '<td width="5%" align="center"><b>'.$text['label-mos'].'</b></td>';
|
||||
$columns++;
|
||||
}
|
||||
if (!empty($_SESSION['cdr']['field']) && is_array($_SESSION['cdr']['field'])) {
|
||||
|
||||
Reference in New Issue
Block a user