From f4852d472a6eba10db722ef8ef0d73ec8c5a2931 Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:40:08 +0200 Subject: [PATCH] fix: add strings for translation in pos_item_cart.js fix: add strings for translation in pos_item_cart.js (cherry picked from commit 2fb3e5da4a252061d566d025447cf47572371282) --- erpnext/selling/page/point_of_sale/pos_item_cart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 fbee9c16267..694f70d4db5 100644 --- a/erpnext/selling/page/point_of_sale/pos_item_cart.js +++ b/erpnext/selling/page/point_of_sale/pos_item_cart.js @@ -857,7 +857,7 @@ erpnext.PointOfSale.ItemCart = class { }); this.$customer_section.find(".customer-details").html( `
-
Contact Details
+
${__("Contact Details")}
@@ -877,7 +877,7 @@ erpnext.PointOfSale.ItemCart = class {
-
Recent Transactions
` +
${__("Recent Transactions")}
` ); // transactions need to be in diff div from sticky elem for scrolling this.$customer_section.append(`
`);