0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.217.10.152


Current Path : /var/www/html/bcu/js/Report/
Upload File :
Current File : /var/www/html/bcu/js/Report/teacher_val_report.js

function CallEnableValTeacherReport() {
  $("#page_main_div").load("html_modules/teacher_val_report.html", function() {
    document.getElementById("display_module_name").innerHTML =
      "Valuation Authorisation Letter";
    document.getElementById("module_name_for_save").value =
      "Valuation Authorisation Letter";
    getDefaultHeadFooterLinks("Valuation Authorisation Letter");
  });
}

function GenerateValTeacherReport() {
  var teach_from = $("#teach_from").val();
  var teach_to = $("#teach_to").val();

  var str = "&teach_from=" + teach_from + "&teach_to=" + teach_to;
  window.location.href = $host_url + "GenerateValTeacherReport" + str;
}