mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-12-23 16:02:25 +00:00
Balance is refreshed after a (de)validation
This commit is contained in:
parent
cc5185b3ed
commit
05fb50965b
@ -211,7 +211,10 @@
|
|||||||
"resourcetype": "TemplateTransaction",
|
"resourcetype": "TemplateTransaction",
|
||||||
valid: !validated
|
valid: !validated
|
||||||
},
|
},
|
||||||
success: refreshHistory
|
success: function() {
|
||||||
|
refreshHistory();
|
||||||
|
refreshBalance();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user