mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
[fax] use get_accountcode function to get the accountcode (#6387)
This commit is contained in:
@@ -583,7 +583,7 @@
|
||||
echo " ".$text['label-accountcode']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
if ($action == "add") { $fax_accountcode = $_SESSION['domain_name']; }
|
||||
if ($action == "add") { $fax_accountcode = get_accountcode(); }
|
||||
echo " <input class='formfld' type='text' name='accountcode' maxlength='80' value=\"".escape($fax_accountcode)."\">\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-accountcode']."\n";
|
||||
|
||||
Reference in New Issue
Block a user