diff --git a/erpnext/templates/includes/cart/cart_items.html b/erpnext/templates/includes/cart/cart_items.html index b2e68585a7..65b81d9320 100644 --- a/erpnext/templates/includes/cart/cart_items.html +++ b/erpnext/templates/includes/cart/cart_items.html @@ -21,12 +21,11 @@ + - +
{{ - _("Rate: {0}").format(d.get_formatted("rate")) }}
+{{ _("Rate") }} {{ d.get_formatted("rate") }}
{{ - _("Delivered: {0}").format(d.delivered_qty) }}
+{{ _("Delivered") }} {{ d.delivered_qty }}
{% endif %}{{ - _("@ {0}").format(d.get_formatted("rate")) }}
+{{ _("Rate:") }} {{ d.get_formatted("rate") }}