fee application status entry

This commit is contained in:
venbatechnologies@gmail.com 2018-10-09 14:31:34 +05:30
parent 13ff237ecd
commit fc162b9f13
2 changed files with 12 additions and 9 deletions

View File

@ -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);

View File

@ -1785,6 +1785,9 @@ $scope.allcourselist ='';
$scope.getValueChange = function () {
alert();
// $scope.searchData = {
// "University": "",
// "Course": "",