Remove /headers/ from format_86, they were claimed to be redundant

This commit is contained in:
Kuba Orlik 2023-11-07 12:52:27 +01:00
parent f182dca90d
commit 52f0813c8d
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ FORMAT_62F = ":62F:{sign}{date}{currency}{amount}\n"
FORMAT_61 = ":61:{date}{date2}{amount}{magic}\n"
# transaction 2
FORMAT_86 = ":86:/IBAN/{iban}/NAME/{name}/REMI/{description}\n"
FORMAT_86 = ":86:{iban} {name} {description}\n"
MAGIC = "NTRFNONREF"