mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fix codacy
This commit is contained in:
@@ -322,7 +322,7 @@ erpnext.pos.PointOfSale = class PointOfSale {
|
|||||||
[{ fieldtype: 'Select', label: 'POS Profile', options: pos_profiles }],
|
[{ fieldtype: 'Select', label: 'POS Profile', options: pos_profiles }],
|
||||||
on_submit,
|
on_submit,
|
||||||
__('Select POS Profile')
|
__('Select POS Profile')
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -341,7 +341,7 @@ erpnext.pos.PointOfSale = class PointOfSale {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_company() {
|
setup_company() {
|
||||||
this.company = frappe.sys_defaults.company;
|
this.company = frappe.sys_defaults.company;
|
||||||
|
|||||||
Reference in New Issue
Block a user