bugfix
This commit is contained in:
parent
eafa56eca7
commit
76d2a78524
@ -64,7 +64,7 @@ class Accounting:
|
||||
self.own_salemode = None
|
||||
self.reseller_salemode = None
|
||||
self.variable = caller.variable
|
||||
self.setup_accounting_legs()
|
||||
await self.setup_accounting_legs()
|
||||
legs = sorted(
|
||||
self.accounting_legs,
|
||||
key=lambda x: (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user