Delete Issues fixed

This commit is contained in:
Sanjeev 2021-02-18 15:23:39 +05:30
parent 39e428eda6
commit ddd4c7c540
2 changed files with 4 additions and 1 deletions

View File

@ -835,7 +835,8 @@ class Fees_status_model extends CI_Model
// count the total paid fees details
$this->db->select('FeesId');
$this->db->where('FeesId',$existData[0]->FeesID);
// $this->db->where('IsActive','1');
//by sanjeev due to daybook details cancel status
$this->db->where('IsActive','1');
$countExistPaid = $this->db->get(STUDENTS_FEES_PAID);
if($countExistPaid->num_rows()<=0){
$fetchData['PaidStatus']=0;

View File

@ -68,6 +68,8 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
abstract: true
}).state('app.dashboard', {
url: "/dashboard",
templateUrl: "assets/views/dashboard.html",
resolve: loadSequence('spin', 'ladda', 'angular-ladda', 'dashboardCtrl','ngTable'),
title: 'Dashboard',
ncyBreadcrumb: {
label: 'Dashboard'