fix: unable to enter score in Assessment Result details grid (#25945)
This commit is contained in:
parent
348f04ca82
commit
0ed33aa4e8
@ -6,7 +6,8 @@ frappe.ui.form.on('Assessment Result', {
|
|||||||
if (!frm.doc.__islocal) {
|
if (!frm.doc.__islocal) {
|
||||||
frm.trigger('setup_chart');
|
frm.trigger('setup_chart');
|
||||||
}
|
}
|
||||||
frm.set_df_property('details', 'read_only', 1);
|
|
||||||
|
frm.get_field('details').grid.cannot_add_rows = true;
|
||||||
|
|
||||||
frm.set_query('course', function() {
|
frm.set_query('course', function() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user