Updates to charges table
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user