descripcion reportes

parent 0ad54b02
...@@ -107,6 +107,7 @@ def report_L2ASCL(request, purchase_id): ...@@ -107,6 +107,7 @@ def report_L2ASCL(request, purchase_id):
for producto in product_list: for producto in product_list:
if os.path.exists(USERS_PATH + email+'/'+str(producto['id'])+'/scl_data.json' ):
productList.append( productList.append(
producto['id'], producto['id'],
) )
......
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