Many misc fixes

This commit is contained in:
Deon George
2012-02-22 19:15:46 +11:00
parent f0f6479ca2
commit d9c3394b0f
14 changed files with 47 additions and 18 deletions

View File

@@ -123,6 +123,11 @@ class Model_Service extends ORMOSB {
return $this->invoice_item->order_by('date_start,date_stop')->find_all();
}
// @todo To implement
public function charges_new() {
return 0;
}
/** LIST FUNCTIONS **/
private function _list_active() {