Skip to content

Commit 0f22646

Browse files
mahsemmergify[bot]
authored andcommitted
fix: prettier
(cherry picked from commit 2839fc9)
1 parent fe78bb6 commit 0f22646

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

erpnext/selling/page/point_of_sale/pos_past_order_summary.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,10 @@ erpnext.PointOfSale.PastOrderSummary = class {
329329
];
330330

331331
return [
332-
{ condition: this.doc.docstatus === 0, visible_btns: [__("Edit Order"), __("Delete Order")] },
332+
{
333+
condition: this.doc.docstatus === 0,
334+
visible_btns: [__("Edit Order"), __("Delete Order")],
335+
},
333336
{
334337
condition: !this.doc.is_return && this.doc.docstatus === 1,
335338
visible_btns: [__("Print Receipt"), __("Email Receipt"), __("Return")],

0 commit comments

Comments
 (0)