mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
fix: trailing whitespace
This commit is contained in:
@@ -415,7 +415,7 @@ erpnext.utils.BarcodeScanner = class BarcodeScanner {
|
||||
get_existing_blank_row() {
|
||||
return this.items_table.find((d) => !d.item_code);
|
||||
}
|
||||
|
||||
|
||||
play_success_sound() {
|
||||
this.success_sound && frappe.utils.play_sound(this.success_sound);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user