This commit is contained in:
yumoqing 2026-03-24 17:45:09 +08:00
parent 790ad27eb2
commit 5ce62b2129

View File

@ -190,7 +190,7 @@ class PricingProgram:
np = {} np = {}
for k,v in p.items(): for k,v in p.items():
for fk, fv in fields.items(): for fk, fv in fields.items():
if k == fv.label: if k == fv['label']:
np.update({fk:v}) np.update({fk:v})
newpricings.append(np) newpricings.append(np)
d = { d = {