Skip to content

Commit

Permalink
modify the mapping file
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya00jangir committed Dec 10, 2024
1 parent fff598a commit 3d9a868
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function ImportFileMappingForm({
message: 'Amounts Are and Tax Rate are required if any one of them selected',
intent: Intent.DANGER,
});
}
else if (data.errors.find((e) => e.type === 'AN_INVOICE_CAN_HAVE_ONE_AMOUNT_IN_EITHER_TRUE_OR_FALSE')) {
AppToaster.show({
message: 'An Invoice can have same Amounts In either true or false',
Expand Down

0 comments on commit 3d9a868

Please sign in to comment.