diff --git a/templates/note/conso_form.html b/templates/note/conso_form.html index a007cecf..46a3b453 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(); + } }); });