mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
[minor] notifications and other fixes to stock
This commit is contained in:
@@ -15,12 +15,10 @@
|
||||
<div class="col-sm-5 col-xs-4"><strong>{%= doc.item_code %}</strong>
|
||||
{% if(doc.item_name != doc.item_code) { %}
|
||||
<br>{%= doc.item_name %}{% } %}
|
||||
<!-- {% if(doc.item_name != doc.description) { %}
|
||||
<p>{%= doc.description %}</p>{% } %} -->
|
||||
{% include "templates/form_grid/includes/visible_cols.html" %}
|
||||
{% if(frm.doc.docstatus==0 && doc.s_warehouse && doc.actual_qty < doc.qty) { %}
|
||||
<span class="text-danger small" style="margin-left: 15px;">
|
||||
<span class="octicon octicon-stop" style="font-size: 12px;"></span> Not in Stock
|
||||
Not in Stock
|
||||
</span>
|
||||
{% } %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user