Browse Source

Delete procedure

master
venkataakhil 1 year ago
parent
commit
6fd3b1cfa8
  1. 2
      smart_service/apis/support.py

2
smart_service/apis/support.py

@ -380,7 +380,7 @@ def get_single_star_data():
count = frappe.db.sql('''
select count(*) from tabProcedure_Details where content like "%*%";''', as_dict=1)
@frappe.whitelist(allow_guest=1)
def procedure_do(variant,language,system):
data = frappe.db.sql(f'''SELECT min(tmss.idx) as systemdisplayorder,ts.system_name,ts.icon_file,ts.myid,ts.active_status FROM
`tabSystem Mapping_Sub System` as tmss inner join `tabSystems` as ts on tmss.systems = ts.system_name

Loading…
Cancel
Save