mirror of https://gitlab.crans.org/bde/nk20
Fix transfers
This commit is contained in:
parent
8a4baa1960
commit
c43e8c2dc2
|
@ -99,7 +99,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
|||
});
|
||||
|
||||
$("#transfer").click(function() {
|
||||
if (sources.length === 0) {
|
||||
if (sources_notes_display.length === 0) {
|
||||
dests_notes_display.forEach(function (dest) {
|
||||
$.post("/api/note/transaction/transaction/",
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue