mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
fix: Indentation and missing semi-colon
- Fix incorrect indentation after merge conflict - Sider
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user