Skip to content

Commit

Permalink
[OU-IMP] l10n_be: fix tag -56 et -57
Browse files Browse the repository at this point in the history
  • Loading branch information
remytms committed May 22, 2024
1 parent 7a32183 commit 1d9cffc
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
"attn_VAT-IN-V81-21-CC-C2": {
"invoice": {
"base": ["+81", "+87"],
"tax": ["+56"],
"tax": ["-56"],
},
"refund": {
"base": ["+85", "-81", "-87"],
Expand All @@ -921,7 +921,7 @@
"attn_VAT-IN-V81-12-CC-C2": {
"invoice": {
"base": ["+81", "+87"],
"tax": ["+56"],
"tax": ["-56"],
},
"refund": {
"base": ["+85", "-81", "-87"],
Expand All @@ -946,7 +946,7 @@
"attn_VAT-IN-V81-06-CC-C2": {
"invoice": {
"base": ["+81", "+87"],
"tax": ["+56"],
"tax": ["-56"],
},
"refund": {
"base": ["+85", "-81", "-87"],
Expand Down Expand Up @@ -982,7 +982,7 @@
"attn_VAT-IN-V82-21-CC-C2": {
"invoice": {
"base": ["+82", "+87"],
"tax": ["+56"],
"tax": ["-56"],
},
"refund": {
"base": ["+85", "-82", "-87"],
Expand All @@ -1007,7 +1007,7 @@
"attn_VAT-IN-V82-12-CC-C2": {
"invoice": {
"base": ["+82", "+87"],
"tax": ["+56"],
"tax": ["-56"],
},
"refund": {
"base": ["+85", "-82", "-87"],
Expand All @@ -1032,7 +1032,7 @@
"attn_VAT-IN-V82-06-CC-C2": {
"invoice": {
"base": ["+82", "+87"],
"tax": ["+56"],
"tax": ["-56"],
},
"refund": {
"base": ["+85", "-82", "-87"],
Expand Down Expand Up @@ -1068,7 +1068,7 @@
"attn_VAT-IN-V83-21-CC-C2": {
"invoice": {
"base": ["+83", "+87"],
"tax": ["+56"],
"tax": ["-56"],
},
"refund": {
"base": ["+85", "-83", "-87"],
Expand All @@ -1093,7 +1093,7 @@
"attn_VAT-IN-V83-12-CC-C2": {
"invoice": {
"base": ["+83", "+87"],
"tax": ["+56"],
"tax": ["-56"],
},
"refund": {
"base": ["+85", "-83", "-87"],
Expand All @@ -1119,7 +1119,7 @@
"attn_VAT-IN-V83-06-CC-C2": {
"invoice": {
"base": ["+83", "+87"],
"tax": ["+56"],
"tax": ["-56"],
},
"refund": {
"base": ["+85", "-83", "-87"],
Expand Down Expand Up @@ -1527,7 +1527,7 @@
"attn_VAT-IN-V81-21-ROW-CC-C2": {
"invoice": {
"base": ["+81", "+87"],
"tax": ["+57"],
"tax": ["-57"],
},
"refund": {
"base": ["+85", "-81", "-87"],
Expand All @@ -1552,7 +1552,7 @@
"attn_VAT-IN-V81-12-ROW-CC-C2": {
"invoice": {
"base": ["+81", "+87"],
"tax": ["+57"],
"tax": ["-57"],
},
"refund": {
"base": ["+85", "-81", "-87"],
Expand All @@ -1577,7 +1577,7 @@
"attn_VAT-IN-V81-06-ROW-CC-C2": {
"invoice": {
"base": ["+81", "+87"],
"tax": ["+57"],
"tax": ["-57"],
},
"refund": {
"base": ["+85", "-81", "-87"],
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"attn_VAT-IN-V82-21-ROW-CC-C2": {
"invoice": {
"base": ["+82", "+87"],
"tax": ["+57"],
"tax": ["-57"],
},
"refund": {
"base": ["+85", "-82", "-87"],
Expand All @@ -1638,7 +1638,7 @@
"attn_VAT-IN-V82-12-ROW-CC-C2": {
"invoice": {
"base": ["+82", "+87"],
"tax": ["+57"],
"tax": ["-57"],
},
"refund": {
"base": ["+85", "-82", "-87"],
Expand All @@ -1663,7 +1663,7 @@
"attn_VAT-IN-V82-06-ROW-CC-C2": {
"invoice": {
"base": ["+82", "+87"],
"tax": ["+57"],
"tax": ["-57"],
},
"refund": {
"base": ["+85", "-82", "-87"],
Expand Down Expand Up @@ -1699,7 +1699,7 @@
"attn_VAT-IN-V83-21-ROW-CC-C2": {
"invoice": {
"base": ["+83", "+87"],
"tax": ["+57"],
"tax": ["-57"],
},
"refund": {
"base": ["+85", "-83", "-87"],
Expand All @@ -1724,7 +1724,7 @@
"attn_VAT-IN-V83-12-ROW-CC-C2": {
"invoice": {
"base": ["+83", "+87"],
"tax": ["+57"],
"tax": ["-57"],
},
"refund": {
"base": ["+85", "-83", "-87"],
Expand All @@ -1749,7 +1749,7 @@
"attn_VAT-IN-V83-06-ROW-CC-C2": {
"invoice": {
"base": ["+83", "+87"],
"tax": ["+57"],
"tax": ["-57"],
},
"refund": {
"base": ["+85", "-83", "-87"],
Expand Down

0 comments on commit 1d9cffc

Please sign in to comment.