This commit is contained in:
bel
2021-08-03 21:32:09 -06:00
parent a901e41d25
commit ea83759be2
6 changed files with 94 additions and 9 deletions

View File

@@ -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() {