bugfix
This commit is contained in:
parent
01ea1dc393
commit
2d3285a19d
@ -4,5 +4,6 @@ providers = await get_platform_providers()
|
|||||||
async with get_sor_context(env, 'accounting') as sor:
|
async with get_sor_context(env, 'accounting') as sor:
|
||||||
for p in providers:
|
for p in providers:
|
||||||
await openProviderAccounts(sor, '0', p.id)
|
await openProviderAccounts(sor, '0', p.id)
|
||||||
|
await openRetailRelationshipAccounts(sor, '0', p.id, '0')
|
||||||
debug(f'{p} provider accounts opened')
|
debug(f'{p} provider accounts opened')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user