1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

Test and cover treasury app

This commit is contained in:
Yohann D'ANELLO
2020-09-04 15:53:00 +02:00
parent b6847415b5
commit c03c18e93a
20 changed files with 438 additions and 31 deletions

View File

@ -96,7 +96,7 @@ $(document).ready(function() {
let source = $("#source_note");
let dest = $("#dest_note");
$("#type_transfer").click(function() {
$("#type_transfer").change(function() {
if (LOCK)
return;
@ -117,7 +117,7 @@ $(document).ready(function() {
location.hash = "transfer";
});
$("#type_credit").click(function() {
$("#type_credit").change(function() {
if (LOCK)
return;
@ -146,7 +146,7 @@ $(document).ready(function() {
location.hash = "credit";
});
$("#type_debit").click(function() {
$("#type_debit").change(function() {
if (LOCK)
return;