mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for trashed invoices
This commit is contained in:
parent
d1ce644a90
commit
03b363ed2d
@ -192,7 +192,7 @@ class Client extends BaseModel implements HasLocalePreference
|
||||
|
||||
public function invoices()
|
||||
{
|
||||
return $this->hasMany(Invoice::class);
|
||||
return $this->hasMany(Invoice::class)->withTrashed();
|
||||
}
|
||||
|
||||
public function shipping_country()
|
||||
|
Loading…
x
Reference in New Issue
Block a user