From f17ed0260c582c45e3e5f64c6f641e73419798c5 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 18 Apr 2018 10:12:50 +0000 Subject: [PATCH] salarycostforproduction issues --- application/views/salarycostforproduction.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/views/salarycostforproduction.php b/application/views/salarycostforproduction.php index 01c5465f..0bfb1712 100644 --- a/application/views/salarycostforproduction.php +++ b/application/views/salarycostforproduction.php @@ -350,11 +350,11 @@ th{ document.getElementById("salary"+id).innerHTML = cals; } $('#datepick').change(function() { - // var datepick = $('#emp').val(); + //var datepick = $('#emp').val(); var lastChoose = localStorage.getItem("lastChoose"); - if(lastChoose === $(this).val() ) { - alert('Already Choosen') - }else { + //if(lastChoose === $(this).val() ) { + // alert('Already Choosen') + //}else { localStorage.setItem("lastChoose", $(this).val() ); var id = $(this).val(); //alert(id); @@ -371,7 +371,7 @@ th{ } }); - } + //} });