IO-557 Send documents in emails.
This commit is contained in:
@@ -133,7 +133,8 @@ function PaymentModalContainer({
|
||||
replyTo: bodyshop.email,
|
||||
subject: Templates.payment_receipt.subject,
|
||||
},
|
||||
sendby === "email" ? "e" : "p"
|
||||
sendby === "email" ? "e" : "p",
|
||||
paymentObj.jobid
|
||||
);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user