mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Correction of issue #8354
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="inline-graph-half" title="{{ __("Acutal Qty {0} / Waiting Qty {1}", [d.actual_qty, d.pending_qty]) }}">
|
<span class="inline-graph-half" title="{{ __("Actual Qty {0} / Waiting Qty {1}", [d.actual_qty, d.pending_qty]) }}">
|
||||||
<span class="inline-graph-count">
|
<span class="inline-graph-count">
|
||||||
{{ d.actual_qty }} {{ (d.pending_qty > 0) ? ("(" + d.pending_qty+ ")") : "" }}
|
{{ d.actual_qty }} {{ (d.pending_qty > 0) ? ("(" + d.pending_qty+ ")") : "" }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ frappe.pages['stock-balance'].on_page_load = function(wrapper) {
|
|||||||
{fieldname: 'projected_qty', label: __('Projected qty')},
|
{fieldname: 'projected_qty', label: __('Projected qty')},
|
||||||
{fieldname: 'reserved_qty', label: __('Reserved for sale')},
|
{fieldname: 'reserved_qty', label: __('Reserved for sale')},
|
||||||
{fieldname: 'reserved_qty_for_production', label: __('Reserved for manufacturing')},
|
{fieldname: 'reserved_qty_for_production', label: __('Reserved for manufacturing')},
|
||||||
{fieldname: 'actual_qty', label: __('Acutal qty in stock')},
|
{fieldname: 'actual_qty', label: __('Actual qty in stock')},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
change: function(sort_by, sort_order) {
|
change: function(sort_by, sort_order) {
|
||||||
|
|||||||
Reference in New Issue
Block a user