mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +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,
|
max_count: max_count,
|
||||||
can_write:can_write,
|
can_write:can_write,
|
||||||
show_item: show_item || false
|
show_item: show_item || false
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
get_capacity_dashboard_data: function(data) {
|
get_capacity_dashboard_data: function(data) {
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ class StockEntry(StockController):
|
|||||||
self.validate_serialized_batch()
|
self.validate_serialized_batch()
|
||||||
self.set_actual_qty()
|
self.set_actual_qty()
|
||||||
self.calculate_rate_and_amount()
|
self.calculate_rate_and_amount()
|
||||||
self.validate_putaway_capacity()
|
self.validate_putaway_capacity()
|
||||||
|
|
||||||
def on_submit(self):
|
def on_submit(self):
|
||||||
self.update_stock_ledger()
|
self.update_stock_ledger()
|
||||||
|
|||||||
Reference in New Issue
Block a user