[minor] stock_ledger_entry.py

This commit is contained in:
Rushabh Mehta
2015-02-18 11:38:05 +05:30
parent e55def23af
commit 2e0e711eb2
2 changed files with 9 additions and 12 deletions

View File

@@ -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 {%=