Update xml_cdr_statistics.php (#6239)

This commit is contained in:
vivoras 2022-01-12 00:27:34 +01:00 committed by GitHub
parent c3d3429635
commit 650f50a6ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@
echo " <th>".$text['table-calls-per-minute']."</th>\n";
echo " <th class='center'>".$text['table-missed']."</th>\n";
echo " <th>ASR</th>\n";
echo " <th title='".$text['description-aloc']."'>".$text['label-aloc']."</th>\n"\n";
echo " <th title='".$text['description-aloc']."'>".$text['label-aloc']."</th>\n";
echo "</tr>\n";
$i = 0;