mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
Row check fix in stock analytics
This commit is contained in:
@@ -71,6 +71,9 @@ frappe.query_reports["Stock Analytics"] = {
|
|||||||
reqd: 1
|
reqd: 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
after_datatable_render: function(datatable_obj) {
|
||||||
|
$(datatable_obj.wrapper).find(".dt-row-0").find('input[type=checkbox]').click();
|
||||||
|
},
|
||||||
get_datatable_options(options) {
|
get_datatable_options(options) {
|
||||||
return Object.assign(options, {
|
return Object.assign(options, {
|
||||||
checkboxColumn: true,
|
checkboxColumn: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user