From d3a4da6dc9a066c3e165617cf11232dbe94b6606 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 24 Mar 2026 13:46:41 +0800 Subject: [PATCH] bugfix --- pricing/pricing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pricing/pricing.py b/pricing/pricing.py index 46c8dc1..dd3323c 100644 --- a/pricing/pricing.py +++ b/pricing/pricing.py @@ -198,7 +198,7 @@ class PricingProgram: r = recs[0] x = DictObject(** yaml.safe_load(r.pricing_spec)) webpath = env.quote(write_pattern_xlsx(x)) - return entire_url(f'/idfile?path={webpath}') + return env.entire_url(f'/idfile?path={webpath}') @staticmethod def pp_db2app(pp):