Skip to content

Commit

Permalink
fix(ux): better error message
Browse files Browse the repository at this point in the history
(cherry picked from commit eaba934)
  • Loading branch information
vorasmit authored and mergify[bot] committed Apr 3, 2024
1 parent bd427c2 commit b6287f1
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 b6287f1

Please sign in to comment.