diff --git a/erpnext/selling/page/point_of_sale/pos_past_order_summary.js b/erpnext/selling/page/point_of_sale/pos_past_order_summary.js index 81badc84d00..83c686bf446 100644 --- a/erpnext/selling/page/point_of_sale/pos_past_order_summary.js +++ b/erpnext/selling/page/point_of_sale/pos_past_order_summary.js @@ -359,7 +359,7 @@ erpnext.PointOfSale.PastOrderSummary = class { return [ { condition: true, - visible_btns: [__("Print Receipt"), __("Email Receipt"), __("New Order")], + visible_btns: [__("Print Receipt"), __("Email Receipt"), __("New Order")], }, ];