IFSC Code
@@ -694,7 +694,7 @@ function Validate()
data:{id:id},
type:"POST",
- url:"Employeedetails/CheckEmail",
+ url:"employeedetails/CheckEmail",
success:function(data) {
if(data)
{
@@ -706,7 +706,7 @@ function Validate()
}
else
{
- window.location = 'Employeedetails/employeeListing';
+ window.location = 'employeedetails/employeeListing';
}
}
diff --git a/application/views/addsupplier.php b/application/views/addsupplier.php
index 63e477d9..2fa32565 100644
--- a/application/views/addsupplier.php
+++ b/application/views/addsupplier.php
@@ -1,29 +1,5 @@
diff --git a/application/views/editEmployee.php b/application/views/editEmployee.php
index 49d36cca..d81e38d9 100644
--- a/application/views/editEmployee.php
+++ b/application/views/editEmployee.php
@@ -9,7 +9,7 @@
$ContactNumber ='';
$EmailId = '';
$BloodGroup ='';
- $MartialStatus = '';
+ $MartialStatus= '';
$DateofJoining = '';
$PreviousYearsOfExp = '';
$Designation = '';
@@ -55,7 +55,7 @@ if(!empty($EmpDetails))
$ContactNumber = $Emp->ContactNumber;
$EmailId = $Emp->EmailId;
$BloodGroup = $Emp->BloodGroup;
- $MartialStatus = $Emp->MartialStatus;
+ $MartialStatus =$Emp->MartialStatus;
$DateofJoining = $Emp->DateofJoining;
$dtDOJ = new DateTime($DateofJoining);
$DOJ = $dtDOJ ->format('Y-m-d');
@@ -341,7 +341,7 @@ $(function() {
$("#DateofBirth").datepicker({
minDate : new Date(mindt,1,1),
maxDate : new Date(maxdt,1,1),
- dateFormat: 'mm/dd/yy',changeMonth: true, changeYear: true,
+ dateFormat: 'mm/dd/yy',changeMonth: true, changeYear: true,yearRange: '-100:+0'
});
@@ -352,7 +352,7 @@ $(function() {
});
- $("#ValidTill").datepicker({dateFormat: 'mm/dd/yy',minDate :'now',changeMonth: true, changeYear: true,
+ $("#ValidTill").datepicker({dateFormat: 'mm/dd/yy',minDate :'now',changeMonth: true, changeYear: true,yearRange: '-0:+100'
});
});
@@ -419,7 +419,7 @@ function ValidatePassport()
-