More minor fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user