bugfix
This commit is contained in:
parent
514e83e12a
commit
8f2635944e
@ -171,6 +171,7 @@ class PricingProgram:
|
||||
|
||||
@staticmethod
|
||||
async def load_pricing_data(pptid, webpath_xlsx):
|
||||
env = ServerEnv()
|
||||
fs = FileStorage()
|
||||
fp = fs.realPath(webpath_xlsx)
|
||||
d = load_xlsx_pricing(fp)
|
||||
@ -185,8 +186,10 @@ class PricingProgram:
|
||||
})
|
||||
return True
|
||||
e = f'pricing_program_timing(id={pptid}) not found'
|
||||
exception(e)
|
||||
raise e
|
||||
e = f'pricing_program_timing(id={pptid}) read failed'
|
||||
exception(e)
|
||||
raise e
|
||||
|
||||
@staticmethod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user