Updates to charges table

This commit is contained in:
Deon George 2022-06-11 17:43:09 +10:00
parent b8f85960aa
commit 360c1e46a1
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ class Service extends Model implements IDs
{ {
return $this->hasMany(Charge::class) return $this->hasMany(Charge::class)
->where('active','=',TRUE) ->where('active','=',TRUE)
->orderBy('date_orig'); ->orderBy('created_at');
} }
// @todo changed to invoiced_items // @todo changed to invoiced_items