Skip to content

Commit 31c6711

Browse files
authored
upd: ERiC 41.5.4 (#7)
- remove comment for bufa 1138 - update eric version
1 parent 3766a42 commit 31c6711

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ use Rechtlogisch\Steuernummer\Denormalize;
179179
180180
### Supported tax offices
181181

182-
By default, tax office codes (German: Bundesfinanzamtsnummer - short BUFA) included in the [ELSTER ERiC libraries](https://www.elster.de/elsterweb/infoseite/entwickler) are supported by this package. Currently, based on ERiC 41.2.6. You'll find the list in [src/Bufas.php](./src/Bufas.php).
182+
By default, tax office codes (German: Bundesfinanzamtsnummer - short BUFA) included in the [ELSTER ERiC libraries](https://www.elster.de/elsterweb/infoseite/entwickler) are supported by this package. Currently, based on ERiC 41.5.4. You'll find the list in [src/Bufas.php](./src/Bufas.php).
183183

184184
The list includes test BUFAs, which are invalid in production. It is recommended to disable them in production with the following environment variable:
185185

src/Bufas.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Bufas
88
{
9-
// list of tax offices supported in ERiC 41.2.6
9+
// list of tax offices supported in ERiC 41.5.4
1010
/**
1111
* @var array<string, int[]>
1212
*/
@@ -49,7 +49,7 @@ class Bufas
4949
1135,
5050
1136,
5151
1137,
52-
1138, // may be used by the end March 2025 on elster.de, and with the next ERiC release (planned for Mai 5th, 2025) cf. https://forum.elster.de/herstellerforum/forum/archiv/elsternewsletter/157669-24-02-2025-aktualisierung-steuernummer-und-identifikationsnummernpr%C3%BCfung @TODO: remove after next ERiC release
52+
1138,
5353
],
5454
'BW' => [
5555
2801,

0 commit comments

Comments
 (0)