mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix: space
This commit is contained in:
@@ -357,10 +357,10 @@ erpnext.PointOfSale.PastOrderSummary = class {
|
||||
get_condition_btn_map(after_submission) {
|
||||
if (after_submission)
|
||||
return [
|
||||
{
|
||||
condition: true,
|
||||
visible_btns: [__("Print Receipt"), __("Email Receipt"), __("New Order")],
|
||||
},
|
||||
{
|
||||
condition: true,
|
||||
visible_btns: [__("Print Receipt"), __("Email Receipt"), __("New Order")],
|
||||
},
|
||||
];
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user