Optimise Invoice
This commit is contained in:
@@ -102,7 +102,7 @@ class Account extends Model implements IDs
|
||||
public function invoices()
|
||||
{
|
||||
return $this->hasMany(Invoice::class)
|
||||
->with(['items.taxes','paymentitems.payment']);
|
||||
->with(['items.taxes','payment_items.payment']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user