X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Finput-fcc_options.html;h=85a647043abfb20c1e49976d524d4d50dae88b89;hp=1d56cf2741db4191851a05a67c782022e363f556;hb=f8066fa6a33f4ac33beec675b17de96c8c0a274b;hpb=8cfa2aa87c0c9f44da6b5b9e065868524ca014b3 diff --git a/httemplate/elements/input-fcc_options.html b/httemplate/elements/input-fcc_options.html index 1d56cf274..85a647043 100644 --- a/httemplate/elements/input-fcc_options.html +++ b/httemplate/elements/input-fcc_options.html @@ -88,6 +88,12 @@ function show_fcc_options(id) { out += '
  • Using a separate last-mile connection
  • '; } } // is_voip + if ( curr_values['is_mobile'] ) { + out += '
  • Mobile telephone service
  • '; + if ( curr_values['mobile_direct'] ) { + out += '
  • Billed directly to the user
  • '; + } + } // is_mobile var out_ul = document.getElementById(id + '_display_fcc_options'); out_ul.innerHTML = out;