fix: Indentation and missing semi-colon

- Fix incorrect indentation after merge conflict
- Sider
This commit is contained in:
marination 2021-01-05 12:16:25 +05:30
parent 41ea77ce31
commit b8aeb9ea88
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ erpnext.stock.ItemDashboard = Class.extend({
max_count: max_count,
can_write:can_write,
show_item: show_item || false
}
};
},
get_capacity_dashboard_data: function(data) {