mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix sider
This commit is contained in:
@@ -49,7 +49,6 @@ frappe.ui.form.on('Patient', {
|
|||||||
if(!frm.doc.dob) {
|
if(!frm.doc.dob) {
|
||||||
$(frm.fields_dict['age_html'].wrapper).html('');
|
$(frm.fields_dict['age_html'].wrapper).html('');
|
||||||
}
|
}
|
||||||
|
|
||||||
if(frm.doc.dob) {
|
if(frm.doc.dob) {
|
||||||
$(frm.fields_dict['age_html'].wrapper).html(`${__('AGE')} : ${get_age(frm.doc.dob)}`);
|
$(frm.fields_dict['age_html'].wrapper).html(`${__('AGE')} : ${get_age(frm.doc.dob)}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user