Show one row for extension device list.

This commit is contained in:
FusionPBX 2020-05-12 11:32:02 -06:00 committed by GitHub
parent 5b1b2687b3
commit da6fe3c3ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@
}
echo " </tr>\n";
if (is_array($device_lines) && @sizeof($device_lines) != 0) { break; } //show one row when editing extension and no device assigned
break; //show one empty row whether adding or editing
}
echo " </table>\n";
echo " <br />\n";