bugfix
This commit is contained in:
parent
8c86881a83
commit
d3a4da6dc9
@ -198,7 +198,7 @@ class PricingProgram:
|
|||||||
r = recs[0]
|
r = recs[0]
|
||||||
x = DictObject(** yaml.safe_load(r.pricing_spec))
|
x = DictObject(** yaml.safe_load(r.pricing_spec))
|
||||||
webpath = env.quote(write_pattern_xlsx(x))
|
webpath = env.quote(write_pattern_xlsx(x))
|
||||||
return entire_url(f'/idfile?path={webpath}')
|
return env.entire_url(f'/idfile?path={webpath}')
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def pp_db2app(pp):
|
def pp_db2app(pp):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user