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['BranchCode']=$details['BranchCode'];
|
||||||
$upappform['AppFormDate']=$fromd;
|
// $upappform['AppFormDate']=$fromd;
|
||||||
$upappform['Registration_Details_ID']=$REGID;
|
// $upappform['Registration_Details_ID']=$REGID;
|
||||||
$upappform['ListCode']=$listcode;
|
// $upappform['ListCode']=$listcode;
|
||||||
$upappform['CreatedBy']=$details['CreatedBy'];
|
// $upappform['CreatedBy']=$details['CreatedBy'];
|
||||||
$upappform['CreatedOn']=$details['CreatedOn'];
|
// $upappform['CreatedOn']=$details['CreatedOn'];
|
||||||
$upappform['Comments']='Fees for the student has been set';
|
// $upappform['Comments']='Fees for the student has been set';
|
||||||
$this->db->insert('T_ApplicationFormStatus', $upappform);
|
// $this->db->insert('T_ApplicationFormStatus', $upappform);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1785,6 +1785,9 @@ $scope.allcourselist ='';
|
|||||||
|
|
||||||
|
|
||||||
$scope.getValueChange = function () {
|
$scope.getValueChange = function () {
|
||||||
|
|
||||||
|
|
||||||
|
alert();
|
||||||
// $scope.searchData = {
|
// $scope.searchData = {
|
||||||
// "University": "",
|
// "University": "",
|
||||||
// "Course": "",
|
// "Course": "",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user