Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed May 6, 2022
1 parent 1da6e69 commit 6018b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/regional/india/e_invoice/einvoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ erpnext.setup_einvoice_actions = (doctype) => {
},
error: () => {
frappe.show_alert({
message: __('E-Way Bill was not Cancelled '),
message: __('E-Way Bill was not Cancelled'),
indicator: 'red'
}, 7);
d.hide();
Expand Down

0 comments on commit 6018b86

Please sign in to comment.