mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:48:40 -05:00 
			
		
		
		
	Fix for recurring invoice terms/footer
This commit is contained in:
		
							parent
							
								
									7e7ee1d749
								
							
						
					
					
						commit
						cc1eee7f4f
					
				@ -1170,7 +1170,7 @@
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @if (!$invoice->id)
 | 
					        @if (!$invoice->id || $invoice->is_recurring)
 | 
				
			||||||
            if (!invoice.terms) {
 | 
					            if (!invoice.terms) {
 | 
				
			||||||
                invoice.terms = account['{{ $entityType }}_terms'];
 | 
					                invoice.terms = account['{{ $entityType }}_terms'];
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user