bugfix
This commit is contained in:
parent
ac538e3d99
commit
00280f6908
@ -52,7 +52,7 @@ async def consume_accounting(sor, orderid, order_details):
|
|||||||
ods.append(ConsumeBiz(od))
|
ods.append(ConsumeBiz(od))
|
||||||
ao = Accounting(ods)
|
ao = Accounting(ods)
|
||||||
bill = {
|
bill = {
|
||||||
'id':self.billid,
|
'id':billid,
|
||||||
'customerid':self.customerid,
|
'customerid':self.customerid,
|
||||||
'resellerid':self.resellerid,
|
'resellerid':self.resellerid,
|
||||||
'orderid':self.orderid,
|
'orderid':self.orderid,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user