Fix transfers
This commit is contained in:
parent
8a4baa1960
commit
c43e8c2dc2
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#transfer").click(function() {
|
$("#transfer").click(function() {
|
||||||
if (sources.length === 0) {
|
if (sources_notes_display.length === 0) {
|
||||||
dests_notes_display.forEach(function (dest) {
|
dests_notes_display.forEach(function (dest) {
|
||||||
$.post("/api/note/transaction/transaction/",
|
$.post("/api/note/transaction/transaction/",
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue