fix: minor, codacy suggestions
This commit is contained in:
parent
1c49a12ac2
commit
fdc075220d
@ -184,7 +184,7 @@ frappe.ui.form.on('Clinical Procedure', {
|
||||
'notes': data.message.notes,
|
||||
'service_unit': data.message.service_unit,
|
||||
'company': data.message.company
|
||||
}
|
||||
};
|
||||
frm.set_value(values);
|
||||
}
|
||||
});
|
||||
@ -202,7 +202,6 @@ frappe.ui.form.on('Clinical Procedure', {
|
||||
'notes': '',
|
||||
'service_unit': '',
|
||||
'inpatient_record': ''
|
||||
// 'inpatient_status': ''
|
||||
};
|
||||
frm.set_value(values);
|
||||
}
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import math
|
||||
import json
|
||||
import frappe
|
||||
from frappe import _
|
||||
from frappe.utils import time_diff_in_hours, rounded
|
||||
|
Loading…
x
Reference in New Issue
Block a user