You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
179 B

4 years ago
  1. function ValidateRequiredfields() {
  2. var reqField = "reg_back_id,reg_front_id,";
  3. if (ValidRequiredFieldWithDoc(reqField) === false) {
  4. return false;
  5. }
  6. }