mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 15:04:34 -04:00
Fixes for bank transactions:
This commit is contained in:
parent
104c6cf016
commit
c2768eff34
@ -40,7 +40,7 @@ class BankIntegration extends BaseModel
|
|||||||
|
|
||||||
public function account()
|
public function account()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(Account::class)->withTrashed();
|
return $this->belongsTo(Account::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function transactions()
|
public function transactions()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user