Replace status with active in tables
This commit is contained in:
@@ -82,7 +82,7 @@ class Controller_Reseller_Charge extends Controller_Charge {
|
||||
Block::factory()
|
||||
->title('Customer Charges')
|
||||
->title_icon('fa fa-list')
|
||||
->body(View::factory('charge/list')->set('o',ORM::factory('Charge')->where_authorised($this->ao)->where('void','is',NULL)->order_by('id','DESC')->find_all()));
|
||||
->body(View::factory('charge/list')->set('o',ORM::factory('Charge')->where_authorised($this->ao)->where_active()->order_by('id','DESC')->find_all()));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user