mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user