Balance is refreshed after a (de)validation

This commit is contained in:
Yohann D'ANELLO 2020-03-14 02:09:33 +01:00 committed by Bombar Maxime
parent cc5185b3ed
commit 05fb50965b
1 changed files with 4 additions and 1 deletions

View File

@ -211,7 +211,10 @@
"resourcetype": "TemplateTransaction",
valid: !validated
},
success: refreshHistory
success: function() {
refreshHistory();
refreshBalance();
}
});
});
</script>