fix: prettier

(cherry picked from commit 1953c8489c)
This commit is contained in:
mahsem
2025-05-21 12:59:07 +02:00
committed by Mergify
parent c44493fd7e
commit 2c8db092a0

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