MVP w UI
This commit is contained in:
@@ -113,8 +113,8 @@
|
||||
}
|
||||
zachsPayment = (x) => setRowKeyValue(x, "Payer", "AssetAccount:Zach")
|
||||
belsPayment = (x) => setRowKeyValue(x, "Payer", "AssetAccount:Bel")
|
||||
zachsCharge = (x) => setRowKeyValue(x, "Payee", "DebtAccount:Zach")
|
||||
belsCharge = (x) => setRowKeyValue(x, "belsCharge", "DebtAccount:Bel")
|
||||
zachsCharge = (x) => setRowKeyValue(x, "Payee", "AssetAccount:Zach")
|
||||
belsCharge = (x) => setRowKeyValue(x, "Payee", "AssetAccount:Bel")
|
||||
function http(method, remote, callback, body) {
|
||||
var xmlhttp = new XMLHttpRequest();
|
||||
xmlhttp.onreadystatechange = function() {
|
||||
|
||||
Reference in New Issue
Block a user