Skip to content

Commit

Permalink
fixup! [OU-IMP] l10n_be: fix updating element of tax group
Browse files Browse the repository at this point in the history
  • Loading branch information
remytms committed Apr 11, 2024
1 parent 1410c8b commit 53c9969
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@
"attn_VAT-IN-V81-21-EU-C2": {
"invoice": {
"base": ["+81", "+86"],
"tax": ["+56"],
"tax": ["+55"],
},
"refund": {
"base": ["+84", "-81", "-86"],
Expand All @@ -1207,7 +1207,7 @@
"attn_VAT-IN-V81-12-EU-C2": {
"invoice": {
"base": ["+81", "+86"],
"tax": ["+56"],
"tax": ["+55"],
},
"refund": {
"base": ["+84", "-81", "-86"],
Expand All @@ -1233,7 +1233,7 @@
"attn_VAT-IN-V81-06-EU-C2": {
"invoice": {
"base": ["+81", "+86"],
"tax": ["+56"],
"tax": ["+55"],
},
"refund": {
"base": ["+84", "-81", "-86"],
Expand Down

0 comments on commit 53c9969

Please sign in to comment.