diff --git a/erpnext/selling/page/point_of_sale/pos_payment.js b/erpnext/selling/page/point_of_sale/pos_payment.js index 92349d27aca..0adbf2280dc 100644 --- a/erpnext/selling/page/point_of_sale/pos_payment.js +++ b/erpnext/selling/page/point_of_sale/pos_payment.js @@ -462,7 +462,7 @@ erpnext.PointOfSale.Payment = class { this.$payment_modes.find(".cash-shortcuts").remove(); let shortcuts_html = shortcuts .map((s) => { - return `
${format_currency(s, currency, 0)}
`; + return `
${format_currency(s, currency)}
`; }) .join("");