Fixes from live website
This commit is contained in:
@@ -36,7 +36,7 @@ class Model_RTM extends ORM_OSB {
|
||||
}
|
||||
|
||||
public function customers_direct() {
|
||||
return $this->customer->where_active()->find_all();
|
||||
return $this->customer->find_all();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user