forked from brmlab/brmbar-github
UserMgmt: Fix loading Withdraw page when user barcode is scanned
This commit is contained in:
parent
4ea03e665e
commit
e21f06b9c1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Item {
|
|||
return
|
||||
}
|
||||
/* TODO: This should be UserEdit when implemented. */
|
||||
loadPage("Withdraw", { name: acct["name"], dbid: acct["id"], negbalance: acct["negbalance"] })
|
||||
loadPage("Withdraw", { username: acct["name"], userdbid: acct["id"] })
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue