Browse Source

msgprint for system id updated

master
venkataakhil 1 year ago
parent
commit
843951468a
  1. 2
      smart_service/transactions/doctype/procedure/procedure.py

2
smart_service/transactions/doctype/procedure/procedure.py

@ -239,7 +239,7 @@ def update_system_id(name):
current_db_name, sm, table.temp_cnt), as_dict=True)
if sys_procedure:
frappe.msgprint("sys_procedure" + str(sys_procedure[0]['procedure']) + str(sys_procedure[0]['sub_system_id']))
if table.temp_cnt == sys_procedure[0]['procedure']:
if str(table.temp_cnt) == str(sys_procedure[0]['procedure']):
frappe.msgprint("SSSS" + str(sys_procedure[0]['system_id']))
sys_id = doc.variant_mapping + ',' + \
str(sys_procedure[0]['system_id']) + ',' + \

Loading…
Cancel
Save