From b2e08836eb9cd259bfff9a3c8dd182bc749557a1 Mon Sep 17 00:00:00 2001 From: velz2020 Date: Mon, 26 Feb 2018 16:01:57 +0530 Subject: [PATCH] NISSAN INPROCESS ISSUE FIXED --- application/views/editNissanInprocessReport.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/views/editNissanInprocessReport.php b/application/views/editNissanInprocessReport.php index 11b457e2..5001ee57 100755 --- a/application/views/editNissanInprocessReport.php +++ b/application/views/editNissanInprocessReport.php @@ -1319,6 +1319,7 @@ function calculateMaster1(id,pid) if(isNaN(finalafsvalue)){ finalafsvalue = '0.00'; } //console.log(finalafsvalue); var afsid = 'afs'+tempcid; + if(document.getElementById(afsid)) { document.getElementById(afsid).textContent = finalafsvalue;