Delete Issues fixed
This commit is contained in:
parent
39e428eda6
commit
ddd4c7c540
@ -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;
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user