bugfix
This commit is contained in:
parent
6c1a11a9f1
commit
7ba23aef5f
@ -234,7 +234,8 @@ class PricingProgram:
|
|||||||
fields = x
|
fields = x
|
||||||
if x.get('fields'):
|
if x.get('fields'):
|
||||||
fields = x['fields']
|
fields = x['fields']
|
||||||
fpath = write_pattern_xlsx(r.name, x)
|
|
||||||
|
fpath = write_pattern_xlsx(r.name, fields)
|
||||||
return fpath
|
return fpath
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user