[fixes]indicator in material request item
This commit is contained in:
parent
aa7e17cd80
commit
bea7558908
@ -11,7 +11,7 @@
|
|||||||
{% } else { %}
|
{% } else { %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
<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) { %}
|
{% if(doc.item_name != doc.item_code) { %}
|
||||||
<br>{%= doc.item_name %}{% } %}
|
<br>{%= doc.item_name %}{% } %}
|
||||||
<!-- {% if(doc.item_name != doc.description) { %}
|
<!-- {% if(doc.item_name != doc.description) { %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user