descripcion reportes

parent 0ad54b02
...@@ -107,9 +107,10 @@ def report_L2ASCL(request, purchase_id): ...@@ -107,9 +107,10 @@ def report_L2ASCL(request, purchase_id):
for producto in product_list: for producto in product_list:
productList.append( if os.path.exists(USERS_PATH + email+'/'+str(producto['id'])+'/scl_data.json' ):
producto['id'], productList.append(
) producto['id'],
)
print (product_list) print (product_list)
return render(request, template, {"graphData": json.dumps(graphData), return render(request, template, {"graphData": json.dumps(graphData),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment