Merge pull request #4978 from rohitwaghchaure/support_week_14_03

[fixes]indicator in material request item
This commit is contained in:
Nabin Hait 2016-03-14 18:09:58 +05:30
commit e66b6ce01f

View File

@ -11,7 +11,7 @@
{% } else { %}
<div class="row">
<div class="col-sm-4">
<span class="indicator {%= (doc.qty==doc.ordered_qty) ? "green" : "orange" %}">{%= doc.item_code %}</strong>
<span class="indicator {%= (doc.qty<=doc.ordered_qty) ? "green" : "orange" %}">{%= doc.item_code %}</strong>
{% if(doc.item_name != doc.item_code) { %}
<br>{%= doc.item_name %}{% } %}
<!-- {% if(doc.item_name != doc.description) { %}