mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-30 13:12:56 -04:00 
			
		
		
		
	Removed email modal for recurring invoices
This commit is contained in:
		
							parent
							
								
									f46a7888a8
								
							
						
					
					
						commit
						c51a97cb85
					
				| @ -1297,8 +1297,14 @@ | |||||||
|             return; |             return; | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|  | 		if (model.invoice().is_recurring()) { | ||||||
|  | 			sweetConfirm(function() { | ||||||
|  | 				onConfirmEmailClick(); | ||||||
|  | 			}, getSendToEmails()); | ||||||
|  | 		} else { | ||||||
| 			showEmailModal(); | 			showEmailModal(); | ||||||
| 		} | 		} | ||||||
|  | 	} | ||||||
| 
 | 
 | ||||||
| 	function onConfirmEmailClick() { | 	function onConfirmEmailClick() { | ||||||
| 		$('#emailModal div.modal-footer button').attr('disabled', true); | 		$('#emailModal div.modal-footer button').attr('disabled', true); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user