From f0acbd0630d8959c9557c60a205be18f46c58d83 Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Sat, 24 Jan 2026 12:19:36 -0500 Subject: [PATCH] Added the current payment link and templating for Invoice number and amount. --- custom_ui/fixtures/email_template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_ui/fixtures/email_template.json b/custom_ui/fixtures/email_template.json index da3baf4..3221ed3 100644 --- a/custom_ui/fixtures/email_template.json +++ b/custom_ui/fixtures/email_template.json @@ -2,9 +2,9 @@ { "docstatus": 0, "doctype": "Email Template", - "modified": "2026-01-23 08:44:37.346188", + "modified": "2026-01-24 07:18:15.939258", "name": "Customer Invoice", - "response": "

-- Copywriting goes here --

-- Customized Payment Link goes here --

", + "response": "

-- Copywriting goes here --

-- Customized Payment Link goes here --

-- In the meantime --

Invoice number: {{ name }}

Amount: {{ grand_total }}

https://sprinklersnorthwest.com/product/bill-pay/

", "response_html": null, "subject": "Your Invoice is Ready", "use_html": 0