diff --git a/erpnext/selling/page/point_of_sale/pos_item_cart.js b/erpnext/selling/page/point_of_sale/pos_item_cart.js
index abd1f43a51a..9198d7d6fbe 100644
--- a/erpnext/selling/page/point_of_sale/pos_item_cart.js
+++ b/erpnext/selling/page/point_of_sale/pos_item_cart.js
@@ -517,7 +517,7 @@ erpnext.PointOfSale.ItemCart = class {
${description}
${format_currency(value, currency)}
- `
+ `;
}).join('')
}`
);
@@ -844,7 +844,7 @@ erpnext.PointOfSale.ItemCart = class {
Recent Transactions
`
);
// transactions need to be in diff div from sticky elem for scrolling
- this.$customer_section.append(``)
+ this.$customer_section.append(``);
this.render_customer_fields();
this.fetch_customer_transactions();