Skip to content

Commit

Permalink
chore: update button text
Browse files Browse the repository at this point in the history
  • Loading branch information
vorasmit committed Apr 18, 2024
1 parent e8bcb17 commit 9bb27aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function show_cancel_e_invoice_dialog(frm, callback) {
: __("Cancel e-Invoice"),
fields: get_cancel_e_invoice_dialog_fields(frm),
primary_action_label: frm.doc.ewaybill
? __("Cancel IRN & e-Waybill & Invoice")
? __("Cancel IRN, e-Waybill & Invoice")
: __("Cancel IRN & Invoice"),
primary_action(values) {
frappe.call({
Expand Down

0 comments on commit 9bb27aa

Please sign in to comment.