From 8eb74fea15222e3d53da82dc120a85c9b0daae6e Mon Sep 17 00:00:00 2001 From: MahanCh Date: Sun, 13 Jul 2025 10:24:52 +0330 Subject: [PATCH] refactor: comment InsuranceConfirm Condtion in InsuranceList index.js --- .../wwwroot/AssetsAdmin/page/InsuranceList/js/Index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ServiceHost/wwwroot/AssetsAdmin/page/InsuranceList/js/Index.js b/ServiceHost/wwwroot/AssetsAdmin/page/InsuranceList/js/Index.js index 7b1c59ed..42cb73e7 100644 --- a/ServiceHost/wwwroot/AssetsAdmin/page/InsuranceList/js/Index.js +++ b/ServiceHost/wwwroot/AssetsAdmin/page/InsuranceList/js/Index.js @@ -547,7 +547,7 @@ function generateButtons(item, pathDSKKAR00, pathDSKWOR00) { } //if (item.inspectionDone && item.debtDone && item.employerApproved && item.confirmSentlist) { - if (item.inspectionDone || item.debtDone || item.employerApproved || item.confirmSentlist) { + //if (item.inspectionDone || item.debtDone || item.employerApproved || item.confirmSentlist) { // Confirm List and Print Button if (hasPermission_80215) { html += ` @@ -563,7 +563,7 @@ function generateButtons(item, pathDSKKAR00, pathDSKWOR00) { پرینت `; } - } + //} if (item.inspectionDone || item.debtDone || item.employerApproved || item.confirmSentlist) { // Summary List and Print Button