bugfix
This commit is contained in:
parent
790ad27eb2
commit
5ce62b2129
@ -190,7 +190,7 @@ class PricingProgram:
|
||||
np = {}
|
||||
for k,v in p.items():
|
||||
for fk, fv in fields.items():
|
||||
if k == fv.label:
|
||||
if k == fv['label']:
|
||||
np.update({fk:v})
|
||||
newpricings.append(np)
|
||||
d = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user