Fixes from live website

This commit is contained in:
Deon George
2013-04-20 11:40:44 +10:00
parent 13982be9f6
commit 79c76995b9
22 changed files with 283 additions and 55 deletions

View File

@@ -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();
}
}
?>