From 4d163afc5417d8ef9d0f1a38b3a2e0047962c929 Mon Sep 17 00:00:00 2001 From: Heather Kusmierz Date: Mon, 26 Feb 2024 11:39:41 -0500 Subject: [PATCH] style: fix text alignment --- electronic_payments/templates/pages/order.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electronic_payments/templates/pages/order.html b/electronic_payments/templates/pages/order.html index 662bf5b..e089151 100644 --- a/electronic_payments/templates/pages/order.html +++ b/electronic_payments/templates/pages/order.html @@ -213,7 +213,7 @@

Payment Schedule

{{ frappe.utils.fmt_money(min(pt.outstanding, outstanding_amount), currency=doc.currency) }} - + {% if show_pay_button and min(pt.outstanding, outstanding_amount) > 0 %}