fix: prettier

This commit is contained in:
mahsem
2025-05-21 12:59:07 +02:00
committed by GitHub
parent 4a6b5b9993
commit 1953c8489c

View File

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