More minor fixes

This commit is contained in:
Deon George
2012-03-31 14:33:13 +11:00
parent 6807b6ab52
commit d2bc1bd451
8 changed files with 103 additions and 36 deletions

View File

@@ -131,7 +131,7 @@ class Model_Service extends ORMOSB {
}
public function transactions() {
return $this->invoice_item->order_by('date_start,date_stop')->find_all();
return $this->invoice_item->order_by('date_start,date_stop');
}
// @todo To implement