mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
fix: Label and dependes on fixes in Bank Account (#19245)
This commit is contained in:
@@ -37,5 +37,9 @@ frappe.ui.form.on('Bank Account', {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
is_company_account: function(frm) {
|
||||||
|
frm.set_df_property('account', 'reqd', frm.doc.is_company_account);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user