mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Test and cover treasury app
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 752 KiB |
Binary file not shown.
Before Width: | Height: | Size: 664 KiB |
Binary file not shown.
Before Width: | Height: | Size: 414 KiB |
Binary file not shown.
Before Width: | Height: | Size: 375 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 202 KiB |
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user