Removed email modal for recurring invoices
This commit is contained in:
parent
f46a7888a8
commit
c51a97cb85
1 changed files with 7 additions and 1 deletions
|
|
@ -1297,7 +1297,13 @@
|
|||
return;
|
||||
}
|
||||
|
||||
showEmailModal();
|
||||
if (model.invoice().is_recurring()) {
|
||||
sweetConfirm(function() {
|
||||
onConfirmEmailClick();
|
||||
}, getSendToEmails());
|
||||
} else {
|
||||
showEmailModal();
|
||||
}
|
||||
}
|
||||
|
||||
function onConfirmEmailClick() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue