From 4ef1b522d31bff340282376d31ec6791e9c846cf Mon Sep 17 00:00:00 2001 From: = Date: Sun, 13 Oct 2024 18:27:08 -0400 Subject: [PATCH] hotfix: customers cannot open accounts --- templates/customers/customer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/customers/customer.html b/templates/customers/customer.html index 007bc2b..d0fbcae 100644 --- a/templates/customers/customer.html +++ b/templates/customers/customer.html @@ -91,7 +91,7 @@

Banking

Account(s) available for this customer.

{{ template "accounts" .Customer }}
- {{ if lt (len .Customer.Accounts) 2 }} + {{ if and (lt (len .Customer.Accounts) 2) .SignedIn }}