fix: minor, codacy suggestions

This commit is contained in:
anoop
2020-04-16 23:05:38 +05:30
parent 1c49a12ac2
commit fdc075220d
2 changed files with 1 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ frappe.ui.form.on('Clinical Procedure', {
'notes': data.message.notes, 'notes': data.message.notes,
'service_unit': data.message.service_unit, 'service_unit': data.message.service_unit,
'company': data.message.company 'company': data.message.company
} };
frm.set_value(values); frm.set_value(values);
} }
}); });
@@ -202,7 +202,6 @@ frappe.ui.form.on('Clinical Procedure', {
'notes': '', 'notes': '',
'service_unit': '', 'service_unit': '',
'inpatient_record': '' 'inpatient_record': ''
// 'inpatient_status': ''
}; };
frm.set_value(values); frm.set_value(values);
} }

View File

@@ -4,7 +4,6 @@
from __future__ import unicode_literals from __future__ import unicode_literals
import math import math
import json
import frappe import frappe
from frappe import _ from frappe import _
from frappe.utils import time_diff_in_hours, rounded from frappe.utils import time_diff_in_hours, rounded