diff --git a/templates/note/conso_form.html b/templates/note/conso_form.html
index a007cecfc09722f26e5d453d71e51cccfe8a9b8b..46a3b4534422ceef06220ec5856bd3324a56f429 100644
--- a/templates/note/conso_form.html
+++ b/templates/note/conso_form.html
@@ -211,7 +211,10 @@
                     "resourcetype": "TemplateTransaction",
                     valid: !validated
                 },
-                success: refreshHistory
+                success: function() {
+                    refreshHistory();
+                    refreshBalance();
+                }
             });
         });
     </script>