mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-30 13:12:56 -04:00 
			
		
		
		
	Fix for PDF attachment
This commit is contained in:
		
							parent
							
								
									80561165c6
								
							
						
					
					
						commit
						dfd27f1bd6
					
				| @ -236,7 +236,7 @@ | |||||||
|             } |             } | ||||||
| 
 | 
 | ||||||
| 			function waitForSignature() { | 			function waitForSignature() { | ||||||
| 				if (window.signatureAsPNG) { | 				if (window.signatureAsPNG || ! invoice.invitations[0].signature_base64) { | ||||||
| 					writePdfAsString(); | 					writePdfAsString(); | ||||||
| 				} else { | 				} else { | ||||||
| 					window.setTimeout(waitForSignature, 100); | 					window.setTimeout(waitForSignature, 100); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user