diff --git a/accounting/openaccount.py b/accounting/openaccount.py index 3ce60b2..aede1f4 100644 --- a/accounting/openaccount.py +++ b/accounting/openaccount.py @@ -40,7 +40,7 @@ where a.subjectid = b.id """ \ and a.partytype=${partytype}$ """ recs = await sor.sqlExe(sql, ns) # print(f'select account_config {recs=}', party_type) - debug(f'{sql=}, {orgid=}, {party_type=}') + debug(f'{sql=}, {accounting_orgid=}, {orgid=}, {party_type=}') for r in recs: debug(f'{r=}') await openAccount(sor, accounting_orgid, orgid, r, org1id=org1id)