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 d14fbd4c7d4..6d27ba4568d 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 @@ -324,7 +324,7 @@ erpnext.PointOfSale.PastOrderSummary = class { return [ { condition: true, - visible_btns: [__("Print Receipt"), __("Email Receipt"), __("New Order")], + visible_btns: [__("Print Receipt"), __("Email Receipt"), __("New Order")], }, ];