[ux] direct editing in material request

This commit is contained in:
Rushabh Mehta
2016-05-18 18:16:36 +05:30
parent e13c3ad048
commit 35047ac283
3 changed files with 23 additions and 4 deletions

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 %}</span>
{% if(doc.item_name != doc.item_code) { %}
<br>{%= doc.item_name %}{% } %}
<!-- {% if(doc.item_name != doc.description) { %}