Commit 0b44bd7d by Solo Group

auto-push

1 parent c3cde7ed
......@@ -192,7 +192,7 @@ def proses_odeo(request):
else:
order.status = -2
order.notify = dict(post=data)
if "sn" in "data" and data["sn"]:
if "sn" in data and data["sn"]:
order.serial_number = data["sn"]
flush_row(order)
# todo: add to customer notify table
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!