fix: space

(cherry picked from commit a442ec4e80)
This commit is contained in:
mahsem
2025-05-21 13:01:11 +02:00
committed by Mergify
parent 2c8db092a0
commit 194e41a2d9

View File

@@ -322,10 +322,10 @@ erpnext.PointOfSale.PastOrderSummary = class {
get_condition_btn_map(after_submission) { get_condition_btn_map(after_submission) {
if (after_submission) if (after_submission)
return [ return [
{ {
condition: true, condition: true,
visible_btns: [__("Print Receipt"), __("Email Receipt"), __("New Order")], visible_btns: [__("Print Receipt"), __("Email Receipt"), __("New Order")],
}, },
]; ];
return [ return [