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