UserMgmt: Fix loading Withdraw page when user barcode is scanned

This commit is contained in:
Petr Baudis 2012-10-23 20:42:24 +02:00
parent 4ea03e665e
commit e21f06b9c1

View file

@ -22,7 +22,7 @@ Item {
return return
} }
/* TODO: This should be UserEdit when implemented. */ /* 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"] })
} }
} }