From f529180f5714c0fab90b13b71f36b3c7afc19eb9 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Mon, 15 Sep 2025 12:46:46 +0530 Subject: [PATCH] FIX_GPA_ENROLLMENT_DISPLAY : RV --- app/Views/policy_gpa_terms.php | 46 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/app/Views/policy_gpa_terms.php b/app/Views/policy_gpa_terms.php index 480cc306..b8be22c0 100755 --- a/app/Views/policy_gpa_terms.php +++ b/app/Views/policy_gpa_terms.php @@ -169,7 +169,7 @@
- + @@ -181,7 +181,7 @@
- + @@ -197,7 +197,7 @@
- +
@@ -208,7 +208,7 @@
- +
@@ -221,7 +221,7 @@
- +
@@ -232,7 +232,7 @@
- +
@@ -245,7 +245,7 @@
- +
@@ -255,7 +255,7 @@
- +
@@ -267,7 +267,7 @@
- +
@@ -277,7 +277,7 @@
- +
@@ -289,7 +289,7 @@
- +
@@ -299,7 +299,7 @@
- +
@@ -311,7 +311,7 @@
- +
@@ -320,7 +320,7 @@
- +
@@ -332,7 +332,7 @@
- +
@@ -341,7 +341,7 @@
- +
@@ -353,7 +353,7 @@
- +
@@ -362,7 +362,7 @@
- +
@@ -374,7 +374,7 @@
- +
@@ -383,7 +383,7 @@
- +
@@ -396,7 +396,7 @@
- +
@@ -657,7 +657,7 @@ } } - if (key.includes("enrollment_display_key") && key != "") { + if (key.includes("enrollment_display_key") && key.length) { console.log('enrollment_display_key'); console.log(gpaJsonObjectForSpecialCondition[key]); @@ -698,7 +698,7 @@ .next()[0]; $(element).css("display", ""); } - disableUnwantedTermsforGPA(jsonObject); + // disableUnwantedTermsforGPA(jsonObject); Object.keys(jsonObject).forEach(function(key) {