From e3434a357ba88a52387669f19b7eb557381149ef Mon Sep 17 00:00:00 2001 From: Oscar Okariz Date: Tue, 31 Aug 2021 17:07:01 +0200 Subject: [PATCH] A small change that corrects a little bug in the make transfer action. If a 0 amount transfer is made, after the validation and correction of the amount the subsequent transfer fails. --- src/main/webapp/WEB-INF/jsp/newTransfer.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/newTransfer.jsp b/src/main/webapp/WEB-INF/jsp/newTransfer.jsp index 8fb25942..0375803b 100644 --- a/src/main/webapp/WEB-INF/jsp/newTransfer.jsp +++ b/src/main/webapp/WEB-INF/jsp/newTransfer.jsp @@ -104,7 +104,7 @@
- +