bugfix
This commit is contained in:
parent
ab5db75ce2
commit
3665e9711b
@ -9,7 +9,7 @@ class PricingProgram:
|
||||
await self.get_program()
|
||||
await self.get_pricing_type(self.ptid)
|
||||
|
||||
async def get_program():
|
||||
async def get_program(self):
|
||||
recs = await self.sor.R('pricing_program', {'id': self.ppid})
|
||||
if len(recs):
|
||||
self.__dict__.update(recs[0])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user