Free the transfer lock in case of transfer error

This commit is contained in:
Yohann D'ANELLO 2020-08-16 00:04:35 +02:00
parent 5abb155287
commit 9c061d9837
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ $("#btn_transfer").click(function() {
addMsg("Attention : la transaction de " + pretty_money(amount) + " de la note " + source.name
+ " vers la note " + dest.name + " n'a pas été faite car il s'agit de la même note au départ" +
" et à l'arrivée.","warning", 10000);
LOCK = false;
return;
}