mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
[cleanup] item grid views, removed desc etc
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
<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>{% } %}
|
||||
<!-- {% 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;">
|
||||
@@ -28,10 +28,10 @@
|
||||
<!-- warehouse -->
|
||||
<div class="col-sm-3 col-xs-4">
|
||||
{% if(doc.s_warehouse) { %}
|
||||
<span class="label label-default" title="{% __("Source" )%}">
|
||||
<span class="label label-default grid-label" title="{% __("Source" )%}">
|
||||
{%= doc.s_warehouse || "" %}</span>
|
||||
{% } %}
|
||||
{% if(doc.t_warehouse) { %}<span class="label label-primary" title="{% __("Target" )%}">
|
||||
{% if(doc.t_warehouse) { %}<span class="label label-primary grid-label" title="{% __("Target" )%}">
|
||||
{%= doc.t_warehouse || "" %}</span>{% } %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user