mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Pass bank trashed transactions
This commit is contained in:
parent
e08fcbaf07
commit
2a890fe6f8
@ -459,7 +459,7 @@ class Company extends BaseModel
|
||||
|
||||
public function bank_transactions(): HasMany
|
||||
{
|
||||
return $this->hasMany(BankTransaction::class);
|
||||
return $this->hasMany(BankTransaction::class)->withTrashed();
|
||||
}
|
||||
|
||||
public function bank_transaction_rules(): HasMany
|
||||
|
Loading…
Reference in New Issue
Block a user