mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:07:33 -05:00 
			
		
		
		
	Fixes for missing payments
This commit is contained in:
		
							parent
							
								
									715e5022f0
								
							
						
					
					
						commit
						e56b14e8be
					
				@ -87,7 +87,7 @@ class TemplateAction implements ShouldQueue
 | 
				
			|||||||
               ->where('company_id', $this->company->id);
 | 
					               ->where('company_id', $this->company->id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
               if($this->entity == Invoice::class)
 | 
					               if($this->entity == Invoice::class)
 | 
				
			||||||
                    $resource->with('payments');
 | 
					                    $resource->with('payments','client');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $resource->get();
 | 
					        $resource->get();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user