Update call_center_queue_edit.php
This commit is contained in:
@@ -656,7 +656,7 @@
|
|||||||
echo " <td></td>\n";
|
echo " <td></td>\n";
|
||||||
echo " </tr>\n";
|
echo " </tr>\n";
|
||||||
$x = 0;
|
$x = 0;
|
||||||
if (is_array($tiers) {
|
if (is_array($tiers)) {
|
||||||
foreach($tiers as $field) {
|
foreach($tiers as $field) {
|
||||||
echo " <tr>\n";
|
echo " <tr>\n";
|
||||||
echo " <td class=''>";
|
echo " <td class=''>";
|
||||||
|
|||||||
Reference in New Issue
Block a user