fee application status entry
This commit is contained in:
parent
13ff237ecd
commit
fc162b9f13
@ -1407,16 +1407,16 @@ $REGID='';
|
||||
|
||||
|
||||
|
||||
$fromd= date("d-m-Y",strtotime($details['CreatedOn']));
|
||||
// $fromd= date("d-m-Y",strtotime($details['CreatedOn']));
|
||||
|
||||
$upappform['BranchCode']=$details['BranchCode'];
|
||||
$upappform['AppFormDate']=$fromd;
|
||||
$upappform['Registration_Details_ID']=$REGID;
|
||||
$upappform['ListCode']=$listcode;
|
||||
$upappform['CreatedBy']=$details['CreatedBy'];
|
||||
$upappform['CreatedOn']=$details['CreatedOn'];
|
||||
$upappform['Comments']='Fees for the student has been set';
|
||||
$this->db->insert('T_ApplicationFormStatus', $upappform);
|
||||
// $upappform['BranchCode']=$details['BranchCode'];
|
||||
// $upappform['AppFormDate']=$fromd;
|
||||
// $upappform['Registration_Details_ID']=$REGID;
|
||||
// $upappform['ListCode']=$listcode;
|
||||
// $upappform['CreatedBy']=$details['CreatedBy'];
|
||||
// $upappform['CreatedOn']=$details['CreatedOn'];
|
||||
// $upappform['Comments']='Fees for the student has been set';
|
||||
// $this->db->insert('T_ApplicationFormStatus', $upappform);
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1785,6 +1785,9 @@ $scope.allcourselist ='';
|
||||
|
||||
|
||||
$scope.getValueChange = function () {
|
||||
|
||||
|
||||
alert();
|
||||
// $scope.searchData = {
|
||||
// "University": "",
|
||||
// "Course": "",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user