Updates to charges table
This commit is contained in:
parent
b8f85960aa
commit
360c1e46a1
@ -310,7 +310,7 @@ class Service extends Model implements IDs
|
||||
{
|
||||
return $this->hasMany(Charge::class)
|
||||
->where('active','=',TRUE)
|
||||
->orderBy('date_orig');
|
||||
->orderBy('created_at');
|
||||
}
|
||||
|
||||
// @todo changed to invoiced_items
|
||||
|
Loading…
Reference in New Issue
Block a user