diff --git a/erpnext/e_commerce/product_list.js b/erpnext/e_commerce/product_list.js index fa35c7e66cf..3aa6e8c4336 100644 --- a/erpnext/e_commerce/product_list.js +++ b/erpnext/e_commerce/product_list.js @@ -39,7 +39,7 @@ erpnext.ProductList = class { if (image) { return ` -
| {{ _('Item') }} | +{{ _('Item') }} | {{ _('Quantity') }} | {% if cart_settings.enable_checkout %} -{{ _('Subtotal') }} | +{{ _('Subtotal') }} | {% endif %} +
|---|