bugfix
This commit is contained in:
parent
5670126a8e
commit
48a64a34c7
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user