From 99e807fa239988358d480fe5efacc64c5f112c96 Mon Sep 17 00:00:00 2001 From: MahanCh Date: Tue, 20 May 2025 17:45:43 +0330 Subject: [PATCH] fix step4 bug --- .../pages/Register/js/_Partials/_Step4.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ServiceHost/wwwroot/AssetsClient/pages/Register/js/_Partials/_Step4.js b/ServiceHost/wwwroot/AssetsClient/pages/Register/js/_Partials/_Step4.js index 35dd7b3e..4af490dc 100644 --- a/ServiceHost/wwwroot/AssetsClient/pages/Register/js/_Partials/_Step4.js +++ b/ServiceHost/wwwroot/AssetsClient/pages/Register/js/_Partials/_Step4.js @@ -170,15 +170,15 @@ async function totalPaymentAndWorkshopList() { }); } - $('#ContractStartMonthView').text(response.data.contractStartCurrentMonthFa); + //$('#ContractStartMonthView').text(response.data.contractStartCurrentMonthFa); $('#contractEndFa').text(response.data.contractEndFa); - //$('#ContractStartMonthView').text( - // $('#contractStartCurrentMonthFa').prop('checked') - // ? response.data.contractStartCurrentMonthFa - // : response.data.contractStartNextMonthFa - //); - // + $('#ContractStartMonthView').text( + $('#contractStartCurrentMonthFa').prop('checked') + ? response.data.contractStartCurrentMonthFa + : response.data.contractStartNextMonthFa + ); + //$('#ContractStartNextMonthView').text( // $('#contractStartNextMonthFa').prop('checked') // ? response.data.contractStartCurrentMonthFa