diff --git a/smart_service/phase_2/doctype/publish_test/publish_test.py b/smart_service/phase_2/doctype/publish_test/publish_test.py index 0b7e312..b8fca63 100644 --- a/smart_service/phase_2/doctype/publish_test/publish_test.py +++ b/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))