mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
[minor] stock_ledger_entry.py
This commit is contained in:
@@ -15,13 +15,10 @@
|
||||
<p>{%= doc.description %}</p>{% } %}
|
||||
<div>
|
||||
{% if(doc.warehouse) { %}
|
||||
<div style="overflow:hidden; min-height: 25px;
|
||||
white-space:nowrap; text-overflow: ellipsis;"
|
||||
title="{%= __("For Warehouse") %}">
|
||||
<span class="label label-default">
|
||||
{%= doc.warehouse %}
|
||||
</span>
|
||||
</div>
|
||||
<span class="label label-default" title="{%= __("For Warehouse") %}"
|
||||
style="margin-right: 10px;">
|
||||
{%= doc.warehouse %}
|
||||
</span>
|
||||
{% } %}
|
||||
{% if(doc.schedule_date) { %}
|
||||
<span title="{%= __("Reqd By Date") %}" class="label {%=
|
||||
|
||||
Reference in New Issue
Block a user