浏览代码

Update bulk_account_settings_devices.php

FusionPBX 6 年之前
父节点
当前提交
268e4edbe8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bulk_account_settings/bulk_account_settings_devices.php

+ 1 - 1
bulk_account_settings/bulk_account_settings_devices.php

@@ -348,7 +348,7 @@
 		}
 
 		//options with a free form input
-		if($option_selected == 'line_1_server_address' || $option_selected == 'line_1_outbound_proxy_primary' || $option_selected == 'line_1_sip_port' || $option_selected == 'line_1_register_expires' || $option_selected == 'line_1_outbound_proxy_secondary') {
+		if($option_selected == 'line_1_server_address' || $option_selected == 'line_1_server_address_primary' || $option_selected == 'line_1_server_address_secondary' || $option_selected == 'line_1_outbound_proxy_primary' || $option_selected == 'line_1_outbound_proxy_secondary' || $option_selected == 'line_1_sip_port' || $option_selected == 'line_1_register_expires') {
 			echo "<td class='vtable' align='left'>\n";
 			echo "    <input class='formfld' type='text' name='new_setting' maxlength='255' value=\"".escape($new_setting)."\">\n";
 			echo "<br />\n";