diff --git a/application/views/addCostCenter.php b/application/views/addCostCenter.php index db0df595..5a306c67 100644 --- a/application/views/addCostCenter.php +++ b/application/views/addCostCenter.php @@ -748,19 +748,7 @@ function CountRows() { function validate() { - //var rowCount = $('#BudgetTable').rows.length; - //if(rowCount=='4') - //{ - // $("#addbudgetmodel").modal('hide'); - - //} - - - - - - - + if($("#txtSelectedDepartment").val().length < 1) { alert('Please Select Department');