Fix spelling in accountcode description

This commit is contained in:
FusionPBX 2022-05-16 09:13:29 -06:00 committed by GitHub
parent 58fc71fce9
commit 8c4ad43fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2121,7 +2121,7 @@ function number_pad($number,$n) {
}
}
//get accountode
//get accountcode
if (!function_exists('get_accountcode')) {
function get_accountcode() {
if (strlen($accountcode = $_SESSION['domain']['accountcode']['text']) > 0) {