fix: trailing whitespace

This commit is contained in:
rohitwaghchaure
2022-11-04 11:28:41 +05:30
committed by GitHub
parent ab87a950e5
commit 31bada9205

View File

@@ -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);
}