bugfix
This commit is contained in:
parent
9b8e3e80a0
commit
73ca414e5a
@ -56,7 +56,7 @@ class RechargeBiz(PFBiz):
|
||||
if bz_date != self.curdate:
|
||||
raise AccountingDateNotInBusinessDate(self.curdate, bz_date)
|
||||
|
||||
ao = Accounting(self, self)
|
||||
ao = Accounting(self)
|
||||
await self.write_bill(sor)
|
||||
await ao.do_accounting(sor)
|
||||
print(f'recharge ok for {self.bill}, {nodes=}')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user