changes 2 ps

This commit is contained in:
Sanjeev 2021-02-11 21:24:01 +05:30
parent 0428ce6678
commit aeba75cb6b
2 changed files with 6 additions and 2 deletions

View File

@ -151,7 +151,9 @@ class Fees_Status_Controller extends REST_Controller {
$detailsChild['Installment'] = $this->post('existPaidCount');
$smsDetails['FeesName'] = $this->post('feesName');
$smsDetails['CurrentBalance'] = $this->post('currentBalance');
$updateDetails = $this->Fees_model->updateFees($detailsChild,$this->post('courseID'),$this->post('feesName'),$smsDetails);// Check if the users data store contains users (in case the database result returns NULL)
if ($updateDetails)
{
$updateDetails['status'] = REST_Controller::HTTP_OK;

View File

@ -129,7 +129,8 @@
<tbody>
<tr ng-repeat="v in items1">
<td>{{v.CDate}}</td>
<td>{{v.Sem_Year}} ({{v.Sem}})</td>
<!-- <td>{{v.Sem_Year}} ({{v.Sem}})</td> -->
<td>{{v.Sem}}</td>
<td>{{v.ListName}}</td>
<td>{{v.Comments}}</td>
</tr>
@ -147,7 +148,8 @@
<tbody>
<tr ng-repeat="study in items1">
<td><span>{{study.SDate}}</span></td>
<td><span>{{study.Sem_Year}} ({{study.Sem}})</span></td>
<!-- <td><span>{{study.Sem_Year}} ({{study.Sem}})</span></td> -->
<td><span>{{study.Sem}}</span></td>
<td><span>{{study.ListName}} </span></td>
<td><span>{{study.Comments}}</span></td>
</tr>