|
|
@ -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 |
|
|
|