Browse Source

Pubish test

version2
venkataakhil 1 year ago
parent
commit
a1f6cef7c2
  1. 2
      smart_service/phase_2/doctype/publish_test/publish_test.py

2
smart_service/phase_2/doctype/publish_test/publish_test.py

@ -604,7 +604,7 @@ def feature_finder_publish(vehicle=None,vehicle_id=None,
feature_finder_tmp=get_latest_data({'data':feature_finder_tmp},{'data':[]})
if publish_feature_finder == 1:
# if publish_feature_finder == 1:
""" Save publish file """
vehicle_data['data'] = feature_finder_tmp
frappe.msgprint(str(file_path))

Loading…
Cancel
Save