Browse Source

msgprint added

master
venkataakhil 1 year ago
parent
commit
7532650c3d
  1. 1
      smart_service/transactions/doctype/publish/publish.py

1
smart_service/transactions/doctype/publish/publish.py

@ -305,6 +305,7 @@ def get_system(doc, name,lang):
current_db_name, doc, name,lang), as_dict=1)
if system_map:
for s in system_map:
frappe.msgprint(str(s.name))
doc = frappe.get_doc("System Mapping", s.name)
system = frappe.db.sql("""select systems,sub_systems,active_status,symptom,component,estimate_time,rts,component,mat,
procedure_status,`procedure` from {0}.`tabSystem Mapping_Sub System` where parent = "{1}" and

Loading…
Cancel
Save