@@ -322,10 +322,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