Compare commits
No commits in common. "905ac8a3923890253c016b80cdd6f81d6f0f0be5" and "f1074cc3ae9936ec296f0ab58e11c5e2736c490b" have entirely different histories.
905ac8a392
...
f1074cc3ae
@ -171,8 +171,6 @@ class Accounting:
|
||||
self.sor = sor
|
||||
await self.setup_all_accounting_legs()
|
||||
debug(f'do_accounting() ...{self.accounting_legs=}')
|
||||
legs = [ l for l in self.accounting_legs if l['amount'] > 0.0001 ]
|
||||
self.accounting_legs = legs
|
||||
self.check_accounting_balance(self.accounting_legs)
|
||||
for leg in self.accounting_legs:
|
||||
await self.leg_accounting(sor, leg)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user