Fix smsstop list on non-admin

This commit is contained in:
osaajani 2021-07-19 17:03:31 +02:00
parent 231efc736b
commit e21b89cc7c
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ jQuery(document).ready(function ()
"columns" : [
{
data: 'number_formatted',
render: jQuery.fn.dataTable.render.text()
},
<?php if ($_SESSION['user']['admin'] ?? false) { ?>
{