mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 16:07:34 -04:00 
			
		
		
		
	Merge fix for client statement
This commit is contained in:
		
							parent
							
								
									4b4f7fdedb
								
							
						
					
					
						commit
						9b58a62b69
					
				
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -486,10 +486,11 @@ NINJA.invoiceLines = function(invoice) { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| NINJA.invoiceDocuments = function(invoice) { | NINJA.invoiceDocuments = function(invoice) { | ||||||
|     if (!invoice.account.invoice_embed_documents) { |     if (invoice.account.invoice_embed_documents != '1') { | ||||||
|         return []; |         return []; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |     var j = 0; | ||||||
|     var stack = []; |     var stack = []; | ||||||
|     var stackItem = null; |     var stackItem = null; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user