mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
feat(emails): implemented sending invoice, estimates and payments as attachements
This commit is contained in:
@ -216,9 +216,9 @@ export default {
|
||||
this.payment_email_attachment = val ? val.payment_email_attachment : ''
|
||||
|
||||
if (this.payment_email_attachment === 'YES') {
|
||||
this.payment_email_attachment = true
|
||||
this.paymentAsAttachment = true
|
||||
} else {
|
||||
this.payment_email_attachment = false
|
||||
this.paymentAsAttachment = false
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user