bugfix
This commit is contained in:
parent
8f2635944e
commit
3fa05fdd97
@ -179,7 +179,7 @@ class PricingProgram:
|
|||||||
ppts = await sor.R('pricing_program_timing', {'id': pptid})
|
ppts = await sor.R('pricing_program_timing', {'id': pptid})
|
||||||
if ppts:
|
if ppts:
|
||||||
ppt = ppts[0]
|
ppt = ppts[0]
|
||||||
ppt.pricing_data = yaml.dump(dd)
|
ppt.pricing_data = yaml.dump(d)
|
||||||
await sor.U('pricing_program_timing', {
|
await sor.U('pricing_program_timing', {
|
||||||
'id': ppt.id,
|
'id': ppt.id,
|
||||||
'pricing_data': ppt.pricing_data
|
'pricing_data': ppt.pricing_data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user