forked from frappe/erpnext
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b719585
commit 0061934
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
erpnext/stock/page/warehouse_capacity_summary/warehouse_capacity_summary_header.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<div class="dashboard-list-item" style="padding: 12px 15px;"> | ||
<div class="row"> | ||
<div class="col-sm-2 text-muted" style="margin-top: 8px;"> | ||
Warehouse | ||
{{ __("Warehouse") }} | ||
</div> | ||
<div class="col-sm-2 text-muted" style="margin-top: 8px;"> | ||
Item | ||
{{ __("Item") }} | ||
</div> | ||
<div class="col-sm-1 text-muted" style="margin-top: 8px;"> | ||
Stock Capacity | ||
{{ __("Stock Capacity") }} | ||
</div> | ||
<div class="col-sm-2 text-muted" style="margin-top: 8px;"> | ||
Balance Stock Qty | ||
{{ __("Balance Stock Qty") }} | ||
</div> | ||
<div class="col-sm-2 text-muted" style="margin-top: 8px;"> | ||
% Occupied | ||
{{ __("% Occupied") }} | ||
</div> | ||
</div> | ||
</div> |