Skip to content

Commit

Permalink
Merge pull request resilient-tech#1972 from resilient-tech/mergify/bp…
Browse files Browse the repository at this point in the history
…/version-14-hotfix/pr-1970

fix(ux): better error message (backport resilient-tech#1970)
  • Loading branch information
vorasmit authored Apr 4, 2024
2 parents bd427c2 + b6287f1 commit f4cf8b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function is_e_invoice_applicable(frm, show_message = false) {
) {
is_einv_applicable = false;
message_list.push(
"At least one item must be taxable or transaction is categorized as export."
"All items are either Nil-Rated/Exempted/Non-GST. At least one item must be taxable or the transaction should be categorised as export."
);
}

Expand Down

0 comments on commit f4cf8b0

Please sign in to comment.