Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into pr-fix
  • Loading branch information
7tps committed Jan 4, 2025
2 parents 42ce6a5 + 6a8e937 commit ca5b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/member/purchase.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ router.post(
const subject = "New purchase request awaiting approval";
const text = `A new purchase request (#${purchase.purchase_id}) is awaiting your approval.
View it here: https://${config.server.domain}/member/purchase/view/${purchase.purchase_id}`;

const html = `A new purchase request (#${purchase.purchase_id}) is awaiting your approval.<br/>
<a href="https://${config.server.domain}/member/purchase/view/${purchase.purchase_id}">
Click here to view the request</a>`;
Expand Down

0 comments on commit ca5b281

Please sign in to comment.