fix: space

(cherry picked from commit 50a5b51909)
This commit is contained in:
mahsem
2025-05-21 13:04:08 +02:00
committed by Mergify
parent 194e41a2d9
commit fe78bb60c4

View File

@@ -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")],
},
];