Enabled SSL active services, exclude external_billing in active services

This commit is contained in:
Deon George
2014-08-26 16:22:31 +10:00
parent 8ff4e65db6
commit 13e0782568
3 changed files with 4 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ class Model_SSL_CA extends ORM_OSB {
}
public function list_childca() {
return $this->children->find_all();
return $this->children->where_active()->find_all();
}
public function list_childcrt() {