mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 02:27:29 -05: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user