Revert "Update item_add_to_cart.html"

This reverts commit 5b3af82e75f60aeb9f9a9c8a4523ab8a5c1e273b.
This commit is contained in:
Anupam 2020-11-06 16:50:15 +05:30
parent 886b680e1b
commit 14ef229b12

View File

@ -11,7 +11,7 @@
<small class="text-muted">({{ product_info.price.formatted_price }} / {{ product_info.uom }})</small> <small class="text-muted">({{ product_info.price.formatted_price }} / {{ product_info.uom }})</small>
</h4> </h4>
{% else %} {% else %}
{{ _("Unit of Measurement") }} : {{ product_info.uom }} {{ _("UOM") }} : {{ product_info.uom }}
{% endif %} {% endif %}
{% if cart_settings.show_stock_availability %} {% if cart_settings.show_stock_availability %}