bugfix
This commit is contained in:
parent
8e7d2bc604
commit
7381e2fd5a
@ -19,11 +19,11 @@ class PricingProgram:
|
|||||||
{'id': ptid})
|
{'id': ptid})
|
||||||
|
|
||||||
async def get_items(self):
|
async def get_items(self):
|
||||||
recs = await self.sor.R('program_item', {'ppid': self.id})
|
recs = await self.sor.R('pricing_item', {'ppid': self.id})
|
||||||
return recs
|
return recs
|
||||||
|
|
||||||
async def get_spec(self, psid):
|
async def get_spec(self, psid):
|
||||||
recs = await self.sor.R('program_spec', {'id', psid})
|
recs = await self.sor.R('pricing_spec', {'id', psid})
|
||||||
return recs
|
return recs
|
||||||
|
|
||||||
async def get_remote_pricing(sor, charge, data):
|
async def get_remote_pricing(sor, charge, data):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user