Browse Source

final report update

master
hns 3 years ago
parent
commit
e336e7570e
  1. BIN
      smart_service/apis/__pycache__/publish_api.cpython-38.pyc
  2. 2
      smart_service/apis/publish_api.py
  3. BIN
      smart_service/transactions/doctype/variant_mapping/__pycache__/variant_mapping.cpython-38.pyc
  4. BIN
      smart_service/transactions/report/audit_report/__pycache__/audit_report.cpython-38.pyc
  5. BIN
      smart_service/transactions/report/kilometer_mapping/__pycache__/kilometer_mapping.cpython-38.pyc

BIN
smart_service/apis/__pycache__/publish_api.cpython-38.pyc

Binary file not shown.

2
smart_service/apis/publish_api.py

@ -165,7 +165,7 @@ def json_grouping(args, language):
system_out.append(sys)
variant_out['StepCount'] = count
variant_out['Variant']['Systems'] = system_out
final.append(variant_out)
final.append(variant_out)
frappe.db.sql(""" UPDATE %s.tabPublish SET publish_status = '%s' where name = '%s' """ % (
current_db_name, 'Published', args))

BIN
smart_service/transactions/doctype/variant_mapping/__pycache__/variant_mapping.cpython-38.pyc

Binary file not shown.

BIN
smart_service/transactions/report/audit_report/__pycache__/audit_report.cpython-38.pyc

Binary file not shown.

BIN
smart_service/transactions/report/kilometer_mapping/__pycache__/kilometer_mapping.cpython-38.pyc

Binary file not shown.
Loading…
Cancel
Save