mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
chore: whitespace cleanup from codebase
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
<div class="more hidden" style="padding: 15px;">
|
||||
<a class="btn btn-default btn-xs btn-more">More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -66,4 +66,4 @@ def get_warehouse_capacity_data(filters, start):
|
||||
'percent_occupied': flt((flt(balance_qty) / flt(entry.stock_capacity)) * 100, 0)
|
||||
})
|
||||
|
||||
return capacity_data
|
||||
return capacity_data
|
||||
|
||||
Reference in New Issue
Block a user