commit | ec5bbe351c19d99675bddbe62a912a7faa45e8c0 | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Fri Nov 30 16:25:16 2018 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Fri Nov 30 16:25:16 2018 +0530 |
tree | 9c42e87bfa723e000043358500fd9316a9ba0e88 | |
parent | 94a35390154eadd612c809dd75bdb4b1b7eac0c9 [diff] |
Row check fix for purchase analytics
diff --git a/erpnext/buying/report/purchase_analytics/purchase_analytics.js b/erpnext/buying/report/purchase_analytics/purchase_analytics.js index 139c4b7..b55046e 100644 --- a/erpnext/buying/report/purchase_analytics/purchase_analytics.js +++ b/erpnext/buying/report/purchase_analytics/purchase_analytics.js
@@ -68,6 +68,9 @@ } ], + after_datatable_render: function(datatable_obj) { + $(datatable_obj.wrapper).find(".dt-row-0").find('input[type=checkbox]').click(); + }, get_datatable_options(options) { return Object.assign(options, { checkboxColumn: true,