From 72af4263868150beb0d5402d79b9b1978fc6f358 Mon Sep 17 00:00:00 2001 From: velz Date: Mon, 23 Jun 2025 18:19:34 +0530 Subject: [PATCH] FIX_RR_DEFAULT_UNIT_NOT_SET --- app/Views/policy_grid.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Views/policy_grid.php b/app/Views/policy_grid.php index 06c945c6..d0e825f6 100755 --- a/app/Views/policy_grid.php +++ b/app/Views/policy_grid.php @@ -1391,6 +1391,8 @@ function appendGridtHtml(ui_type = false, secondary = false, data = false) console.log('appendGridtHtml function ui_type', ui_type); console.log('appendGridtHtml function secondary', secondary); console.log('appendGridtHtml function typeof secondary', typeof secondary); + var default_unit = $('#hidden_unit').val(); + // alert(default_unit); // console.log('appendGridtHtml function data.unit', data.unit); // console.log('appendGridtHtml function data.unit type',typeof data.unit);