change to rial
This commit is contained in:
parent
dd64b7b47c
commit
02415f4dee
11 changed files with 56 additions and 56 deletions
|
|
@ -435,7 +435,7 @@
|
|||
{% if qi.item.description %}<small class="text-muted">{{ qi.item.description }}</small>{% endif %}
|
||||
</div>
|
||||
</td>
|
||||
<td>{{ qi.unit_price|floatformat:0|intcomma:False }} تومان</td>
|
||||
<td>{{ qi.unit_price|floatformat:0|intcomma:False }} ریال</td>
|
||||
<td>
|
||||
<span class="text-muted">{% if removed_qty|get_item:qi.item.id %}{{ removed_qty|get_item:qi.item.id }}{% else %}{{ qi.quantity }}{% endif %}</span>
|
||||
</td>
|
||||
|
|
@ -474,7 +474,7 @@
|
|||
{% if it.description %}<small class="text-muted">{{ it.description }}</small>{% endif %}
|
||||
</div>
|
||||
</td>
|
||||
<td>{{ it.unit_price|floatformat:0|intcomma:False }} تومان</td>
|
||||
<td>{{ it.unit_price|floatformat:0|intcomma:False }} ریال</td>
|
||||
<td>
|
||||
{% with add_entry=added_map|get_item:it.id %}
|
||||
<input class="form-control form-control-sm" type="number" min="1" name="add_{{ it.id }}_qty" value="{% if add_entry %}{{ add_entry.qty }}{% endif %}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue